From 72e91dbbca9094d9bd56b1d47a1eeaaeb7266849 Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Wed, 4 May 2022 09:56:52 +0200 Subject: [PATCH] Draft: Fix Draft_WorkingPlaneProxy ignores Auto Working Plane --- src/Mod/Draft/draftguitools/gui_planeproxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Draft/draftguitools/gui_planeproxy.py b/src/Mod/Draft/draftguitools/gui_planeproxy.py index 55f955a9d3..0b34b36695 100644 --- a/src/Mod/Draft/draftguitools/gui_planeproxy.py +++ b/src/Mod/Draft/draftguitools/gui_planeproxy.py @@ -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("