UI/NotificationWidget.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3012
d177226027e2
child 3060
5883ce99ee12
diff -r 9986ec0e559a -r 10516539f238 UI/NotificationWidget.py
--- a/UI/NotificationWidget.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/UI/NotificationWidget.py	Fri Oct 18 23:00:41 2013 +0200
@@ -113,7 +113,8 @@
             return
         
         if evt.button() == Qt.LeftButton:
-            self.__dragPosition = evt.globalPos() - self.frameGeometry().topLeft()
+            self.__dragPosition = \
+                evt.globalPos() - self.frameGeometry().topLeft()
             self.setCursor(Qt.ClosedHandCursor)
             evt.accept()
     

eric ide

mercurial