Fixed bug in Arch Axes

This commit is contained in:
Yorik van Havre
2012-04-28 18:05:07 -03:00
parent 3a9b95f4eb
commit a6aa5d1bd8
2 changed files with 55 additions and 44 deletions

View File

@@ -736,6 +736,7 @@ class Snapper:
import inspect
self.pt = None
self.lastSnappedObject = None
self.ui = FreeCADGui.draftToolBar
self.view = Draft.get3DView()