diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-10-22 19:42:52 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-10-22 19:42:52 (GMT) |
commit | 27052394d16bca349de4f1a07ab0011232a81a1f (patch) | |
tree | 4ddb4b6fce693f703c10c618cf9274be9192aad3 /glview.cc | |
parent | de239cbfaff16c7eae907324e244074190d4731d (diff) |
Clifford Wolf:
Added animate features for interactive editing
git-svn-id: http://svn.clifford.at/openscad/trunk@117 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'glview.cc')
-rw-r--r-- | glview.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -459,6 +459,7 @@ void GLView::mouseMoveEvent(QMouseEvent *event) object_trans_z += tm[11]; } updateGL(); + doAnimateUpdate(); } last_mouse_x = this_mouse_x; last_mouse_y = this_mouse_y; |