[GRASS-SVN] r50000 - grass/trunk/gui/wxpython/dbmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 31 08:07:24 EST 2011
Author: martinl
Date: 2011-12-31 05:07:24 -0800 (Sat, 31 Dec 2011)
New Revision: 50000
Modified:
grass/trunk/gui/wxpython/dbmgr/manager.py
Log:
wxGUI/dbmgr: attempt to fix #828 (wxPython GUI: gtk error message when viewing vectors and attributes)
Modified: grass/trunk/gui/wxpython/dbmgr/manager.py
===================================================================
--- grass/trunk/gui/wxpython/dbmgr/manager.py 2011-12-31 13:05:38 UTC (rev 49999)
+++ grass/trunk/gui/wxpython/dbmgr/manager.py 2011-12-31 13:07:24 UTC (rev 50000)
@@ -2573,6 +2573,7 @@
flag = wx.TOP | wx.BOTTOM | wx.RIGHT | wx.EXPAND,
border = 3)
+ layerSizer.SetVirtualSizeHints(self.addPanel)
self.addPanel.SetAutoLayout(True)
self.addPanel.SetSizer(pageSizer)
pageSizer.Fit(self.addPanel)
More information about the grass-commit
mailing list