[GRASS-SVN] r32504 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 4 03:53:14 EDT 2008


Author: martinl
Date: 2008-08-04 03:53:13 -0400 (Mon, 04 Aug 2008)
New Revision: 32504

Modified:
   grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py
Log:
wxGUI: cosmetics in pop-up menu, opacity can be normal menu item

Modified: grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py	2008-08-04 05:05:23 UTC (rev 32503)
+++ grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py	2008-08-04 07:53:13 UTC (rev 32504)
@@ -241,7 +241,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