This commit is contained in:
Roy-043
2025-10-15 12:07:59 +02:00
committed by Chris Hennes
parent 31ed7d2b67
commit 4b1ce402ff
4 changed files with 72 additions and 74 deletions

View File

@@ -1188,7 +1188,7 @@ class ViewProviderBuildingPart:
menu.addAction(actionCloneUp)
def activate(self, action=None):
from draftutils.utils import toggle_working_plane
from draftutils.gui_utils import toggle_working_plane
vobj = self.Object.ViewObject

View File

@@ -463,7 +463,7 @@ class BIM_Views:
@staticmethod
def activate(dialog=None):
from draftutils.utils import toggle_working_plane
from draftutils.gui_utils import toggle_working_plane
vm = findWidget()
if vm: