[GRASS-SVN] r48231 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 10 16:21:19 EDT 2011
Author: cmbarton
Date: 2011-09-10 13:21:19 -0700 (Sat, 10 Sep 2011)
New Revision: 48231
Modified:
grass/trunk/gui/wxpython/gui_modules/psmap_dialogs.py
Log:
Reverting accidental commenting out of lines 4582-3
Modified: grass/trunk/gui/wxpython/gui_modules/psmap_dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/psmap_dialogs.py 2011-09-10 20:16:29 UTC (rev 48230)
+++ grass/trunk/gui/wxpython/gui_modules/psmap_dialogs.py 2011-09-10 20:21:19 UTC (rev 48231)
@@ -4579,8 +4579,8 @@
self.panel = self._mapinfoPanel()
self._layout(self.panel)
-# self.OnIsBackground(None)
-# self.OnIsBorder(None)
+ self.OnIsBackground(None)
+ self.OnIsBorder(None)
def _mapinfoPanel(self):
panel = wx.Panel(parent = self, id = wx.ID_ANY, size = (-1, -1), style = wx.TAB_TRAVERSAL)
More information about the grass-commit
mailing list