[GRASS-SVN] r54389 - grass/trunk/gui/wxpython/iclass

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 24 07:43:47 PST 2012


Author: annakrat
Date: 2012-12-24 07:43:47 -0800 (Mon, 24 Dec 2012)
New Revision: 54389

Modified:
   grass/trunk/gui/wxpython/iclass/frame.py
Log:
wxGUI/iclass: fix iclass init

Modified: grass/trunk/gui/wxpython/iclass/frame.py
===================================================================
--- grass/trunk/gui/wxpython/iclass/frame.py	2012-12-24 15:37:19 UTC (rev 54388)
+++ grass/trunk/gui/wxpython/iclass/frame.py	2012-12-24 15:43:47 UTC (rev 54389)
@@ -172,6 +172,8 @@
         #self.dialogs['category'] = None
         
         self.Bind(wx.EVT_CLOSE, self.OnCloseWindow)
+
+        self.SendSizeEvent()
         
     def OnCloseWindow(self, event):
         self.GetFirstWindow().digit.GetDisplay().CloseMap()



More information about the grass-commit mailing list