From 207cc225323330984b85a34551d9c9faf1bd94c4 Mon Sep 17 00:00:00 2001 From: William Joye Date: Tue, 27 Feb 2018 11:21:29 -0500 Subject: Realize when bin or block --- ds9/library/bin.tcl | 4 ++++ ds9/library/block.tcl | 4 ++++ 2 files changed, 8 insertions(+) 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 -- cgit v0.12