[GRASS-SVN] r50002 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 31 08:12:46 EST 2011
Author: martinl
Date: 2011-12-31 05:12:46 -0800 (Sat, 31 Dec 2011)
New Revision: 50002
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm.py
Log:
wxGUI/dbmgr: attempt to fix #828 (wxPython GUI: gtk error message when viewing vectors and attributes)
(merge r50000 from trunk)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm.py 2011-12-31 13:10:06 UTC (rev 50001)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm.py 2011-12-31 13:12:46 UTC (rev 50002)
@@ -2559,6 +2559,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