commit-gnue
[Top][All Lists]
Advanced

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

gnue/designer/src LayoutEditor.py


From: Jason Cater
Subject: gnue/designer/src LayoutEditor.py
Date: Wed, 27 Jun 2001 20:21:39 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/06/27 20:21:39

Modified files:
        designer/src   : LayoutEditor.py 

Log message:
        Fixed error when dragging mouse across layout editor

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/src/LayoutEditor.py.diff?cvsroot=OldCVS&tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: gnue/designer/src/LayoutEditor.py
diff -u gnue/designer/src/LayoutEditor.py:1.12 
gnue/designer/src/LayoutEditor.py:1.13
--- gnue/designer/src/LayoutEditor.py:1.12      Wed Jun 27 19:41:48 2001
+++ gnue/designer/src/LayoutEditor.py   Wed Jun 27 20:21:39 2001
@@ -244,10 +244,10 @@
 
 
   def OnMotion(self, event): 
-    if event.Dragging() and event.LeftIsDown(): 
-      pos = event.GetPositionTuple() 
-      coords = (self.x, self.y) + pos 
-
+#    if event.Dragging() and event.LeftIsDown(): 
+#      pos = event.GetPositionTuple() 
+#      coords = (self.x, self.y) + pos 
+    pass
        
   def keyTrap(self, event): 
     if event.KeyCode() in (WXK_LEFT, WXK_RIGHT, WXK_UP, WXK_DOWN) and \



reply via email to

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