[GRASS-SVN] r73889 - grass/branches/releasebranch_7_6/gui/wxpython/wxplot

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 30 06:58:11 PST 2018


Author: annakrat
Date: 2018-12-30 06:58:11 -0800 (Sun, 30 Dec 2018)
New Revision: 73889

Modified:
   grass/branches/releasebranch_7_6/gui/wxpython/wxplot/profile.py
Log:
wxGUI/profile: fix showing legend (merge from trunk, r73888)

Modified: grass/branches/releasebranch_7_6/gui/wxpython/wxplot/profile.py
===================================================================
--- grass/branches/releasebranch_7_6/gui/wxpython/wxplot/profile.py	2018-12-30 14:56:16 UTC (rev 73888)
+++ grass/branches/releasebranch_7_6/gui/wxpython/wxplot/profile.py	2018-12-30 14:58:11 UTC (rev 73889)
@@ -99,6 +99,8 @@
         # Bind events
         self.Bind(wx.EVT_CLOSE, self.OnCloseWindow)
 
+        self.SetGraphStyle()
+
     def _initOpts(self):
         """Initialize plot options
         """



More information about the grass-commit mailing list