|
@@ -241,7 +241,7 @@ class LayerTree(treemixin.DragAndDrop, CT.CustomTreeCtrl):
|
|
if ltype != "group" and \
|
|
if ltype != "group" and \
|
|
ltype != "command": # properties
|
|
ltype != "command": # properties
|
|
self.popupMenu.AppendSeparator()
|
|
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':
|
|
if self.FindWindowById(self.GetPyData(self.layer_selected)[0]['ctrl']).GetName() == 'spinCtrl':
|
|
checked = True
|
|
checked = True
|
|
else:
|
|
else:
|