Tested the map widget on Mac OS X.

Sun, 26 Oct 2014 12:37:45 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 26 Oct 2014 12:37:45 +0100
changeset 3882
447640057bef
parent 3879
b9b50c28df5f
child 3883
0326270f6f1e

Tested the map widget on Mac OS X.

E5Gui/E5MapWidget.py file | annotate | diff | comparison | revisions
diff -r b9b50c28df5f -r 447640057bef E5Gui/E5MapWidget.py
--- a/E5Gui/E5MapWidget.py	Sat Oct 25 10:47:13 2014 +0200
+++ b/E5Gui/E5MapWidget.py	Sun Oct 26 12:37:45 2014 +0100
@@ -226,7 +226,6 @@
         if self._master and \
             event.modifiers() == Qt.NoModifier and \
                 isVertical:
-            # TODO: test angleDelta() with Mac Trackpad
             QCoreApplication.sendEvent(self._master.verticalScrollBar(), event)
     
     def calculateGeometry(self):

eric ide

mercurial