fenfire-commits
[Top][All Lists]
Advanced

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

[ff-cvs] libvob/vob/buoy buoymanager.py


From: Matti Katila
Subject: [ff-cvs] libvob/vob/buoy buoymanager.py
Date: Sun, 17 Aug 2003 07:35:00 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Matti Katila <address@hidden>   03/08/17 07:35:00

Modified files:
        vob/buoy       : buoymanager.py 

Log message:
        fix change in interface, doc

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/buoy/buoymanager.py.diff?tr1=1.59&tr2=1.60&r1=text&r2=text

Patches:
Index: libvob/vob/buoy/buoymanager.py
diff -u libvob/vob/buoy/buoymanager.py:1.59 libvob/vob/buoy/buoymanager.py:1.60
--- libvob/vob/buoy/buoymanager.py:1.59 Sun Aug 17 06:04:10 2003
+++ libvob/vob/buoy/buoymanager.py      Sun Aug 17 07:35:00 2003
@@ -272,6 +272,7 @@
             vob.AbstractUpdateManager.chg()
             return 1
 
+        # workaround for click bug
        if self.eventHandler.mouse(ev, self.vs):
            return 1
 
@@ -300,7 +301,7 @@
 
        # Fall through if no link - need main node
        for i in range(0, len(self.singles)):
-           if self.singles[i].mainNode.mouseClickHit(ev, self.vs, None):
+           if self.singles[i].mainNode.hasMouseHit(self.vs, ev.getX(), 
ev.getY(), None):
                 self.lastIndex = i
                if self.singles[i].mainNode.mouse(ev, self.vs):
                    self.replaceScene = self.vs




reply via email to

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