[GRASS-SVN] r57025 - grass/trunk/gui/wxpython/web_services
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 6 02:42:31 PDT 2013
Author: turek
Date: 2013-07-06 02:42:31 -0700 (Sat, 06 Jul 2013)
New Revision: 57025
Modified:
grass/trunk/gui/wxpython/web_services/dialogs.py
Log:
web service dialog: avoid resizing if the dialog when web service is changed
Modified: grass/trunk/gui/wxpython/web_services/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/web_services/dialogs.py 2013-07-06 09:34:13 UTC (rev 57024)
+++ grass/trunk/gui/wxpython/web_services/dialogs.py 2013-07-06 09:42:31 UTC (rev 57025)
@@ -455,7 +455,6 @@
self.active_ws_panel.Show()
self.SetMaxSize((-1, -1))
self.Layout()
- self.Fit()
def OnAdvConnPaneChanged(self, event):
"""!Collapse search module box
More information about the grass-commit
mailing list