[GRASS-SVN] r32505 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 4 03:54:46 EDT 2008
Author: martinl
Date: 2008-08-04 03:54:46 -0400 (Mon, 04 Aug 2008)
New Revision: 32505
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/wxgui_utils.py
Log:
wxGUI: cosmetics in pop-up menu, opacity can be normal menu item (merge from trunk, r32504)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/wxgui_utils.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/wxgui_utils.py 2008-08-04 07:53:13 UTC (rev 32504)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/wxgui_utils.py 2008-08-04 07:54:46 UTC (rev 32505)
@@ -230,7 +230,7 @@
if ltype != "group" and \
ltype != "command": # properties
self.popupMenu.AppendSeparator()
- self.popupMenu.Append(self.popupID8, text=_("Change opacity level"), kind=wx.ITEM_CHECK)
+ self.popupMenu.Append(self.popupID8, text=_("Change opacity level"))
if self.FindWindowById(self.GetPyData(self.layer_selected)[0]['ctrl']).GetName() == 'spinCtrl':
checked = True
else:
More information about the grass-commit
mailing list