[GRASS-SVN] r29441 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 15 05:55:35 EST 2007
Author: martinl
Date: 2007-12-15 05:55:35 -0500 (Sat, 15 Dec 2007)
New Revision: 29441
Modified:
grass/trunk/gui/wxpython/gui_modules/dbm.py
Log:
wxGUI/Attribute Table Manager: send size event when loading data
Modified: grass/trunk/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/dbm.py 2007-12-15 08:00:04 UTC (rev 29440)
+++ grass/trunk/gui/wxpython/gui_modules/dbm.py 2007-12-15 10:55:35 UTC (rev 29441)
@@ -228,6 +228,8 @@
self.SetColumnWidth(col=i, width=width)
i += 1
+ self.SendSizeEvent()
+
def OnItemSelected(self, event):
"""Item selected. Add item to selected cats..."""
# cat = int(self.GetItemText(event.m_itemIndex))
More information about the grass-commit
mailing list