paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/core pgrectlist.cpp,1.1,1.1.6.1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/core pgrectlist.cpp,1.1,1.1.6.1
Date: Mon, 10 Jun 2002 08:00:15 -0400

Update of /cvsroot/paragui/paragui/src/core
In directory subversions:/tmp/cvs-serv9051/src/core

Modified Files:
      Tag: devel-1-0
        pgrectlist.cpp 
Log Message:
fixes for SetHidden(), IsHidden()



Index: pgrectlist.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/core/pgrectlist.cpp,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -C2 -r1.1 -r1.1.6.1
*** pgrectlist.cpp      15 Apr 2002 14:53:56 -0000      1.1
--- pgrectlist.cpp      10 Jun 2002 12:00:13 -0000      1.1.6.1
***************
*** 54,58 ****
                testwidget = (*this)[i];
  
!               if(!testwidget->IsVisible()) {
                        continue;
                }
--- 54,58 ----
                testwidget = (*this)[i];
  
!               if(!testwidget->IsVisible() || testwidget->IsHidden()) {
                        continue;
                }
***************
*** 78,82 ****
  
                // check if the tested rect is visible
!               if(!testrect->IsVisible()) {
                        continue;
                }
--- 78,82 ----
  
                // check if the tested rect is visible
!               if(!testrect->IsVisible() || testrect->IsHidden()) {
                        continue;
                }




reply via email to

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