Explorar el Código

wxGUI: statusbar text cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54476 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 12 años
padre
commit
98306c817f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      gui/wxpython/mapdisp/statusbar.py

+ 2 - 1
gui/wxpython/mapdisp/statusbar.py

@@ -1049,7 +1049,8 @@ class SbProgress(SbTextItem):
             else:
                 stText += ', '
             stText += '<%s>' % layer.GetName()
-        stText += '...'
+        if stText:
+            stText += '...'
         
         if  self.maps[map]['range'] != len(self.maps[map]['rendered']):
             if stText: