Mon, 17 Aug 2015 12:16:43 +0200
Fixed an issue in the marker map causing its contents to disappear on Mac OS X when the scrollbar got hidden.
--- 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): """