[GRASS-SVN] r50001 - grass/branches/develbranch_6/gui/wxpython/dbmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 31 08:10:06 EST 2011


Author: martinl
Date: 2011-12-31 05:10:06 -0800 (Sat, 31 Dec 2011)
New Revision: 50001

Modified:
   grass/branches/develbranch_6/gui/wxpython/dbmgr/manager.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/develbranch_6/gui/wxpython/dbmgr/manager.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/dbmgr/manager.py	2011-12-31 13:07:24 UTC (rev 50000)
+++ grass/branches/develbranch_6/gui/wxpython/dbmgr/manager.py	2011-12-31 13:10:06 UTC (rev 50001)
@@ -2570,6 +2570,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