Part: [skip ci] make Tube command behave like all other solid creation commands

This commit is contained in:
wmayer
2020-09-04 12:21:40 +02:00
parent c176f714f1
commit fc8eecb8eb

View File

@@ -84,7 +84,7 @@ if FreeCAD.GuiUp:
def GetResources(self):
return {'MenuText': Qt.QT_TRANSLATE_NOOP("Part_MakeTube","Create tube"),
'Accel': "",
'CmdType': "ForEdit",
'CmdType': "AlterDoc:Alter3DView:AlterSelection",
'Pixmap' : ":/icons/Part_Tube.svg",
'ToolTip': Qt.QT_TRANSLATE_NOOP("Part_MakeTube","Creates a tube")}