gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] fenfire/org/fenfire/view/buoy actions.py


From: Matti Katila
Subject: [Gzz-commits] fenfire/org/fenfire/view/buoy actions.py
Date: Wed, 13 Aug 2003 08:04:32 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Matti Katila <address@hidden>   03/08/13 08:04:31

Modified files:
        org/fenfire/view/buoy: actions.py 

Log message:
        fix accursing

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/view/buoy/actions.py.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/view/buoy/actions.py
diff -u fenfire/org/fenfire/view/buoy/actions.py:1.10 
fenfire/org/fenfire/view/buoy/actions.py:1.11
--- fenfire/org/fenfire/view/buoy/actions.py:1.10       Tue Aug 12 07:36:01 2003
+++ fenfire/org/fenfire/view/buoy/actions.py    Wed Aug 13 08:04:31 2003
@@ -60,10 +60,13 @@
 
 class BrowseClick(AbstractAction, vob.mouse.MouseClickListener):
     def clicked(self, x, y):
-        if 1 or dbg: p('move pan slow')
+        if dbg: p('move pan slow')
         self.super()
-        self.context.states.fastChg = 0
+        obj = self.main.getNodeOnPlane(self.oldVS, x,y)
+        self.context.states.cursor.setAccursed(obj)
         self.main.moveToPoint(int(x),int(y), self.oldVS)
+        self.context.states.fastChg = 0
+
 
 class ZoomPan(vob.input.RelativeAxisListener, AbstractAction):
     def changedRelative(self, x):




reply via email to

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