summaryrefslogtreecommitdiffstats
path: root/tksao/frame/frcommand.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/frcommand.C')
-rw-r--r--tksao/frame/frcommand.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/tksao/frame/frcommand.C b/tksao/frame/frcommand.C
index 949dfca..e93a7e8 100644
--- a/tksao/frame/frcommand.C
+++ b/tksao/frame/frcommand.C
@@ -418,7 +418,10 @@ void FrameBase::rotateMotionCmd(double angle)
update(MATRIX);
}
-void FrameBase::rotateEndCmd() {}
+void FrameBase::rotateEndCmd()
+{
+ update(MATRIX);
+}
#endif
void FrameBase::saveFitsResampleFileCmd(const char* fn)