diff options
Diffstat (limited to 'ds9/library/mzoom.tcl')
-rw-r--r-- | ds9/library/mzoom.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/library/mzoom.tcl b/ds9/library/mzoom.tcl index 1c7829b..a1235c8 100644 --- a/ds9/library/mzoom.tcl +++ b/ds9/library/mzoom.tcl @@ -384,8 +384,10 @@ proc UpdateZoomMenu {} { if {$ds9(active,num) > 0} { $ds9(mb) entryconfig [msgcat::mc {Zoom}] -state normal + ConfigureButtons zoom normal } else { $ds9(mb) entryconfig [msgcat::mc {Zoom}] -state disabled + ConfigureButtons zoom disabled } if {$current(frame) == {}} { |