summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-02-27 16:21:29 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-02-27 16:21:29 (GMT)
commit207cc225323330984b85a34551d9c9faf1bd94c4 (patch)
tree31b146eb90dbfac4c1b74f9bb3ef47532aacaa8d /ds9
parentb648cbdd58322c2c3146f90ef4cd6ea27388e71d (diff)
downloadblt-207cc225323330984b85a34551d9c9faf1bd94c4.zip
blt-207cc225323330984b85a34551d9c9faf1bd94c4.tar.gz
blt-207cc225323330984b85a34551d9c9faf1bd94c4.tar.bz2
Realize when bin or block
Diffstat (limited to 'ds9')
-rw-r--r--ds9/library/bin.tcl4
-rw-r--r--ds9/library/block.tcl4
2 files changed, 8 insertions, 0 deletions
diff --git a/ds9/library/bin.tcl b/ds9/library/bin.tcl
index c7194fb..8c28896 100644
--- a/ds9/library/bin.tcl
+++ b/ds9/library/bin.tcl
@@ -177,8 +177,12 @@ proc UpdateBin {} {
puts stderr "UpdateBin"
}
+ # really need this
+ RealizeDS9
+
LockBinCurrent
UpdateBinDialog
+ UpdatePanZoomDialog
UpdateCrosshairDialog
UpdateCropDialog
UpdateCubeDialog
diff --git a/ds9/library/block.tcl b/ds9/library/block.tcl
index 439c2d7..f729e28 100644
--- a/ds9/library/block.tcl
+++ b/ds9/library/block.tcl
@@ -59,8 +59,12 @@ proc Block {bx by} {
proc UpdateBlock {} {
global current
+ # we need to be realized
+ RealizeDS9
+
LockBlockCurrent
UpdateBlockDialog
+ UpdatePanZoomDialog
UpdateCrosshairDialog
UpdateCropDialog
UpdateCubeDialog