Merge pull request #5014 from marioalexis84/draft-gui_label

Draft: Prevent working plane from restoring after label command
This commit is contained in:
Yorik van Havre
2021-09-07 12:45:22 +02:00
committed by GitHub

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()