commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src GFInstance.py uidrivers/wx/UIdri...


From: Jason Cater
Subject: gnue/forms/src GFInstance.py uidrivers/wx/UIdri...
Date: Wed, 23 Oct 2002 22:30:42 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/10/23 22:30:42

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

Log message:
        fixed bug with notebook tabs; when changing focus via mouse + tab, 
internal focus didn't change

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/src/GFInstance.py.diff?cvsroot=OldCVS&tr1=1.58&tr2=1.59&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/src/uidrivers/wx/UIdriver.py.diff?cvsroot=OldCVS&tr1=1.195&tr2=1.196&r1=text&r2=text

Patches:
Index: gnue/forms/src/GFInstance.py
diff -c gnue/forms/src/GFInstance.py:1.58 gnue/forms/src/GFInstance.py:1.59
*** gnue/forms/src/GFInstance.py:1.58   Sun Oct 20 14:55:49 2002
--- gnue/forms/src/GFInstance.py        Wed Oct 23 22:30:41 2002
***************
*** 243,248 ****
--- 243,249 ----
    def gotoPage(self,event):
      if not self._form.endEditing():
        return
+     print "GFInstance: Changing pages"
      self._form.findAndChangeFocus(self._form._pageList[event.data])
      
self.dispatchEvent(GFEvent('gotoENTRY',{'object':self._form._currentEntry}))
      self.updateStatus()
Index: gnue/forms/src/uidrivers/wx/UIdriver.py
diff -c gnue/forms/src/uidrivers/wx/UIdriver.py:1.195 
gnue/forms/src/uidrivers/wx/UIdriver.py:1.196
*** gnue/forms/src/uidrivers/wx/UIdriver.py:1.195       Tue Oct 15 11:16:32 2002
--- gnue/forms/src/uidrivers/wx/UIdriver.py     Wed Oct 23 22:30:42 2002
***************
*** 923,929 ****
          action = GFEvent('requestPAGE',event.GetSelection())
          self.__ui.__notebookLoopTrap = 1
        else:
!         self.__ui.__notebookLoopTrap == 0
  
      if action:
        self._eventHandler(action)
--- 923,929 ----
          action = GFEvent('requestPAGE',event.GetSelection())
          self.__ui.__notebookLoopTrap = 1
        else:
!         self.__ui.__notebookLoopTrap = 0
  
      if action:
        self._eventHandler(action)




reply via email to

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