Arch: Updates related to the PlaneGui class (#11153)
Related issue: #5603.
This commit is contained in:
@@ -165,9 +165,9 @@ class CommandPanel:
|
||||
return
|
||||
|
||||
# interactive mode
|
||||
if hasattr(FreeCAD,"DraftWorkingPlane"):
|
||||
FreeCAD.DraftWorkingPlane.setup()
|
||||
|
||||
import WorkingPlane
|
||||
WorkingPlane.get_working_plane()
|
||||
|
||||
self.points = []
|
||||
self.tracker = DraftTrackers.boxTracker()
|
||||
self.tracker.width(self.Width)
|
||||
@@ -434,8 +434,6 @@ class _Panel(ArchComponent.Component):
|
||||
if self.clone(obj):
|
||||
return
|
||||
|
||||
import Part #, DraftGeomUtils
|
||||
|
||||
layers = []
|
||||
length = 0
|
||||
width = 0
|
||||
|
||||
Reference in New Issue
Block a user