diff options
Diffstat (limited to 'BoxerGui.py')
-rw-r--r-- | BoxerGui.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoxerGui.py b/BoxerGui.py index 1527ca4..3c949da 100644 --- a/BoxerGui.py +++ b/BoxerGui.py @@ -83,6 +83,9 @@ class BoxerGui(object): Gui.SendMsgToActiveView("ViewSelection") Gui.Selection.clearSelection() + # This results in some strange flickering. Perhaps all the items should be set visible=False while rotating + Gui.SendMsgToActiveView("ViewAxo") + def removeBox(self): doc = FreeCAD.ActiveDocument Boxer.removeEverything(doc) |