Fix #42 duplicate shortcut in recompute tools
This commit is contained in:
parent
42dedc6174
commit
c949f2101f
|
@ -365,7 +365,6 @@ class _CommandTouch:
|
||||||
def GetResources(self):
|
def GetResources(self):
|
||||||
return {'Pixmap' : getIconPath("Lattice2_RecomputeLocker_Touch.svg"),
|
return {'Pixmap' : getIconPath("Lattice2_RecomputeLocker_Touch.svg"),
|
||||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Lattice2_RecomputeLocker","Touch selected features"),
|
'MenuText': QtCore.QT_TRANSLATE_NOOP("Lattice2_RecomputeLocker","Touch selected features"),
|
||||||
'Accel': "Shift+F5",
|
|
||||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Lattice2_RecomputeLocker","Touch selected features: mark selected features as needing recomputing."),
|
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Lattice2_RecomputeLocker","Touch selected features: mark selected features as needing recomputing."),
|
||||||
'CmdType':"ForEdit"}
|
'CmdType':"ForEdit"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user