E5Gui/E5ModelMenu.py

changeset 3034
7ce719013078
parent 2990
583beaf0b4b8
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/E5Gui/E5ModelMenu.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/E5Gui/E5ModelMenu.py	Sat Oct 19 13:03:39 2013 +0200
@@ -363,7 +363,7 @@
             super().mouseMoveEvent(evt)
             return
         
-        manhattanLength = (evt.pos() - 
+        manhattanLength = (evt.pos() -
                            self.__dragStartPosition).manhattanLength()
         if manhattanLength <= QApplication.startDragDistance():
             super().mouseMoveEvent(evt)

eric ide

mercurial