[GRASS-SVN] r30906 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 8 08:05:18 EDT 2008
Author: martinl
Date: 2008-04-08 08:05:17 -0400 (Tue, 08 Apr 2008)
New Revision: 30906
Modified:
grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py
Log:
wxGUI (wxgui_utils): comment-out SetAutoLayout() in LayerTree (no vertical scrollbar displayed)
Modified: grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py 2008-04-08 11:39:43 UTC (rev 30905)
+++ grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py 2008-04-08 12:05:17 UTC (rev 30906)
@@ -66,7 +66,7 @@
### SetAutoLayout() causes that no vertical scrollbar is displayed
### when some layers are not visible in layer tree
- self.SetAutoLayout(True)
+ # self.SetAutoLayout(True)
self.SetGradientStyle(1)
self.EnableSelectionGradient(True)
self.SetFirstGradientColour(wx.Colour(100, 100, 100))
More information about the grass-commit
mailing list