aboutsummaryrefslogtreecommitdiff
path: root/BoxerGui.py
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-06-12 12:35:17 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2016-06-12 12:40:10 +0200
commit4d0ded8232f24370c586637c2ccd009725ffd53f (patch)
treed8df79e290b3f11b968261e713b5701a8bdeed85 /BoxerGui.py
parent05347f2f8df2437c9a915858bc89035901feda5d (diff)
downloadfreecad-boxer-4d0ded8232f24370c586637c2ccd009725ffd53f.tar.gz
freecad-boxer-4d0ded8232f24370c586637c2ccd009725ffd53f.tar.bz2
freecad-boxer-4d0ded8232f24370c586637c2ccd009725ffd53f.tar.xz
freecad-boxer-4d0ded8232f24370c586637c2ccd009725ffd53f.zip
o More work on disabling sides.
Diffstat (limited to 'BoxerGui.py')
-rw-r--r--BoxerGui.py3
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)