Browse Source

wxGUI: cosmetics in pop-up menu, opacity can be normal menu item

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32504 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
3e5198b2a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_modules/wxgui_utils.py

+ 1 - 1
gui/wxpython/gui_modules/wxgui_utils.py

@@ -241,7 +241,7 @@ class LayerTree(treemixin.DragAndDrop, CT.CustomTreeCtrl):
         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: