paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/layout layoutparsers.cpp,1.5.2.2,1.5.2.3


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/layout layoutparsers.cpp,1.5.2.2,1.5.2.3 pgxmllayoutloader.cpp,1.6.2.3,1.6.2.4
Date: Mon, 03 Feb 2003 16:04:58 -0500

Update of /cvsroot/paragui/paragui/src/layout
In directory subversions:/tmp/cvs-serv30594/src/layout

Modified Files:
      Tag: devel-opengl
        layoutparsers.cpp pgxmllayoutloader.cpp 
Log Message:
- some work on the factory and layout loader
- updated physfs version
- minor automake fixes



Index: layoutparsers.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/layout/layoutparsers.cpp,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -C2 -r1.5.2.2 -r1.5.2.3
*** layoutparsers.cpp   4 Nov 2002 23:04:34 -0000       1.5.2.2
--- layoutparsers.cpp   3 Feb 2003 21:04:56 -0000       1.5.2.3
***************
*** 36,40 ****
        }
  
!       if(w > 0 || h > 0) {
                SizeWidget(w, h);
        }
--- 36,40 ----
        }
  
!       if(w != this->w || h != this->h) {
                SizeWidget(w, h);
        }

Index: pgxmllayoutloader.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/layout/pgxmllayoutloader.cpp,v
retrieving revision 1.6.2.3
retrieving revision 1.6.2.4
diff -C2 -r1.6.2.3 -r1.6.2.4
*** pgxmllayoutloader.cpp       4 Nov 2002 23:04:34 -0000       1.6.2.3
--- pgxmllayoutloader.cpp       3 Feb 2003 21:04:56 -0000       1.6.2.4
***************
*** 312,316 ****
        if(parser->section == WIDGET) {
                if(parser->currentwidget != NULL) {
!                       parser->currentwidget->Show();
                }
        }
--- 312,318 ----
        if(parser->section == WIDGET) {
                if(parser->currentwidget != NULL) {
!                       if(parser->currentwidget->GetParent() == NULL) {
!                               parser->currentwidget->Show();
!                       }
                }
        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]