Fix #42 duplicate shortcut in recompute tools

This commit is contained in:
DeepSOIC 2020-04-20 03:28:51 +03:00
parent 42dedc6174
commit c949f2101f

View File

@ -365,7 +365,6 @@ class _CommandTouch:
def GetResources(self):
return {'Pixmap' : getIconPath("Lattice2_RecomputeLocker_Touch.svg"),
'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."),
'CmdType':"ForEdit"}