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

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 17 Aug 2015 12:16:43 +0200
branch
6_0_x
changeset 4372
5ca53a23d584
parent 4358
f2f3c1565df7
child 4373
54d6d7c772ea

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

E5Gui/E5MapWidget.py file | annotate | diff | comparison | revisions
--- a/E5Gui/E5MapWidget.py	Sun Aug 09 17:01:36 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