E5Gui/E5MapWidget.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
child 3892
729a1dcd7e91
--- a/E5Gui/E5MapWidget.py	Sat May 17 19:58:49 2014 +0200
+++ b/E5Gui/E5MapWidget.py	Sun May 18 14:13:09 2014 +0200
@@ -40,7 +40,8 @@
     
     def __setSliderColor(self):
         """
-        Set the slider color depending upon the background color.
+        Private method to set the slider color depending upon the background
+        color.
         """
         if self.__backgroundColor.toHsv().value() < 128:
             # dark background, use white slider

eric ide

mercurial