summaryrefslogtreecommitdiffstats
path: root/tksao/frame/base.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-08-21 19:57:51 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-08-21 19:57:51 (GMT)
commit5f8895042dfc21ae1d613906a8ed8a71dd9b930f (patch)
treef3f74dbe7b3837156d964cc47862b55ebfd3d671 /tksao/frame/base.C
parent7268a2d58ad7d8aeba7ec0d82394128af6bbcc1f (diff)
downloadblt-5f8895042dfc21ae1d613906a8ed8a71dd9b930f.zip
blt-5f8895042dfc21ae1d613906a8ed8a71dd9b930f.tar.gz
blt-5f8895042dfc21ae1d613906a8ed8a71dd9b930f.tar.bz2
don't update immediately
Diffstat (limited to 'tksao/frame/base.C')
-rw-r--r--tksao/frame/base.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/tksao/frame/base.C b/tksao/frame/base.C
index 76973ae..7b07c83 100644
--- a/tksao/frame/base.C
+++ b/tksao/frame/base.C
@@ -1599,7 +1599,7 @@ void Base::updateBin(const Matrix& mx)
alignWCS();
updateColorScale();
- updateNow(MATRIX); // because we have changed zoom
+ update(MATRIX); // because we have changed zoom
// update markers call backs
// wait til matrices have been updated so that any dialogs will print
@@ -1624,7 +1624,7 @@ void Base::updateBlock(const Vector& vv)
alignWCS();
updateColorScale();
- updateNow(MATRIX);
+ update(MATRIX);
// update markers call backs
// wait til matrices have been updated so that any dialogs will print