commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src/uidrivers/wx UIdriver.py


From: Jason Cater
Subject: gnue/forms/src/uidrivers/wx UIdriver.py
Date: Thu, 06 Mar 2003 18:01:19 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    03/03/06 18:01:19

Modified files:
        forms/src/uidrivers/wx: UIdriver.py 

Log message:
        fixed the disabled-widget color issues

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/uidrivers/wx/UIdriver.py.diff?tr1=1.245&tr2=1.246&r1=text&r2=text

Patches:
Index: gnue/forms/src/uidrivers/wx/UIdriver.py
diff -c gnue/forms/src/uidrivers/wx/UIdriver.py:1.245 
gnue/forms/src/uidrivers/wx/UIdriver.py:1.246
*** gnue/forms/src/uidrivers/wx/UIdriver.py:1.245       Thu Mar  6 16:27:25 2003
--- gnue/forms/src/uidrivers/wx/UIdriver.py     Thu Mar  6 18:01:18 2003
***************
*** 74,84 ****
        self.splash = UIWXSplashScreen()
  
      #
!     # Create a dummy window used to compute sizes 
      #
      dummyWindow = wxFrame(NULL, -1, "", wxDefaultPosition)
      initFont(dummyWindow,1)
!     
      #
      # Find the max size of printable characters
      #  used to setup the grid
--- 74,88 ----
        self.splash = UIWXSplashScreen()
  
      #
!     # Create a dummy window used to compute sizes
      #
      dummyWindow = wxFrame(NULL, -1, "", wxDefaultPosition)
      initFont(dummyWindow,1)
! 
!     panel = wxPanel(dummyWindow, -1)
!     self._disabledColour = panel.GetBackgroundColour()
! 
! 
      #
      # Find the max size of printable characters
      #  used to setup the grid
***************
*** 101,107 ****
      # Close dummy window so app doesn't hang when all other windows closed
      #
      dummyWindow.Close()
!   
  
    
#############################################################################
    #
--- 105,111 ----
      # Close dummy window so app doesn't hang when all other windows closed
      #
      dummyWindow.Close()
! 
  
    
#############################################################################
    #




reply via email to

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