Fixed an issue in the marker map causing its contents to disappear on Mac OS X when the scrollbar got hidden.

Mon, 17 Aug 2015 12:16:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 17 Aug 2015 12:16:43 +0200
changeset 4371
e09838aa0a9f
parent 4370
54dbb658f9e6
child 4374
627e3d0b4ba1

Fixed an issue in the marker map causing its contents to disappear on Mac OS X when the scrollbar got hidden.

E5Gui/E5MapWidget.py file | annotate | diff | comparison | revisions
--- a/E5Gui/E5MapWidget.py	Sun Aug 16 15:34:40 2015 +0200
+++ b/E5Gui/E5MapWidget.py	Mon Aug 17 12:16:43 2015 +0200
@@ -244,6 +244,7 @@
                 vsbw = 0
             self.setGeometry(QRect(cr.right() - self.__width - vsbw, cr.top(),
                                    self.__width, cr.height()))
+            self.update()
     
     def scaleFactor(self, slider=False):
         """

eric ide

mercurial