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: James Thompson
Subject: gnue/forms/src/uidrivers/wx UIdriver.py
Date: Wed, 30 Oct 2002 08:57:57 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     James Thompson <address@hidden> 02/10/30 08:57:57

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

Log message:
        Fixed refresh issue on wxpython 2.2.x

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

Patches:
Index: gnue/forms/src/uidrivers/wx/UIdriver.py
diff -c gnue/forms/src/uidrivers/wx/UIdriver.py:1.199 
gnue/forms/src/uidrivers/wx/UIdriver.py:1.200
*** gnue/forms/src/uidrivers/wx/UIdriver.py:1.199       Fri Oct 25 18:08:33 2002
--- gnue/forms/src/uidrivers/wx/UIdriver.py     Wed Oct 30 08:57:57 2002
***************
*** 649,654 ****
--- 649,655 ----
        widget.SetBackgroundColour(widget.__origBackgroundColor)
      else:
        widget.SetBackgroundColour(_disabledColour)
+     widget.Refresh()
  
    def setCursorPosition(self, position, index=0):
      try:




reply via email to

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