Draft: Fix Draft_WorkingPlaneProxy ignores Auto Working Plane
This commit is contained in:
@@ -61,6 +61,7 @@ class Draft_WorkingPlaneProxy:
|
||||
def Activated(self):
|
||||
"""Execute when the command is called."""
|
||||
if hasattr(App, "DraftWorkingPlane"):
|
||||
App.DraftWorkingPlane.setup()
|
||||
App.ActiveDocument.openTransaction("Create WP proxy")
|
||||
Gui.addModule("Draft")
|
||||
_cmd = "Draft.make_workingplaneproxy("
|
||||
|
||||
Reference in New Issue
Block a user