[GRASS-SVN] r55000 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 11 11:51:27 PST 2013


Author: annakrat
Date: 2013-02-11 11:51:27 -0800 (Mon, 11 Feb 2013)
New Revision: 55000

Modified:
   grass/trunk/gui/wxpython/gui_core/query.py
Log:
wxGUI: fix tree size of query dialog on Windows

Modified: grass/trunk/gui/wxpython/gui_core/query.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/query.py	2013-02-11 10:00:17 UTC (rev 54999)
+++ grass/trunk/gui/wxpython/gui_core/query.py	2013-02-11 19:51:27 UTC (rev 55000)
@@ -56,6 +56,8 @@
         self.mainSizer.Add(item = hbox, proportion = 0, flag = wx.EXPAND | wx.ALL, border = 5)
         self.panel.SetSizer(self.mainSizer)
         self.mainSizer.Fit(self.panel)
+        # for Windows
+        self.SendSizeEvent()
 
     def _load(self):
         self.tree.DeleteAllItems()



More information about the grass-commit mailing list