Draft: Prevent working plane from restoring after label command

This commit is contained in:
marioalexis
2021-09-07 02:30:48 -03:00
parent 5ad15c7add
commit 42775e6f3d

View File

@@ -66,7 +66,7 @@ class Label(gui_base_original.Creator):
def Activated(self):
"""Execute when the command is called."""
super(Label, self).Activated(name="Label", noplanesetup=True)
super(Label, self).Activated(name="Label")
self.ghost = None
self.labeltype = utils.getParam("labeltype", "Custom")
self.sel = Gui.Selection.getSelectionEx()