[GRASS-SVN] r68274 - grass/branches/releasebranch_7_0/gui/wxpython/mapswipe
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 17 10:47:41 PDT 2016
Author: martinl
Date: 2016-04-17 10:47:41 -0700 (Sun, 17 Apr 2016)
New Revision: 68274
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/mapswipe/dialogs.py
Log:
g.gui.mapswipe: fix select raster layout (wxPython3)
Modified: grass/branches/releasebranch_7_0/gui/wxpython/mapswipe/dialogs.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/mapswipe/dialogs.py 2016-04-17 17:40:47 UTC (rev 68273)
+++ grass/branches/releasebranch_7_0/gui/wxpython/mapswipe/dialogs.py 2016-04-17 17:47:41 UTC (rev 68274)
@@ -101,9 +101,9 @@
mainSizer.Add(item=self.btnSizer, proportion=0,
flag=wx.EXPAND | wx.ALL | wx.ALIGN_CENTER, border=5)
self.mainSizer = mainSizer
+ self._switchMode(simple=True)
self.SetSizer(mainSizer)
mainSizer.Fit(self)
- self._switchMode(simple=True)
def _createSimplePanel(self):
panel = wx.Panel(self)
More information about the grass-commit
mailing list