diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-08-31 21:11:23 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-08-31 21:11:23 (GMT) |
commit | 32e34b4fde06739c71afc2cb36f4644a63ab2478 (patch) | |
tree | 56b525ba9a60813c55fdc9837f52d641a0bfb35b /ds9 | |
parent | 90c54ed44331766adadd55ce3095f9150c8fd0f1 (diff) | |
download | blt-32e34b4fde06739c71afc2cb36f4644a63ab2478.zip blt-32e34b4fde06739c71afc2cb36f4644a63ab2478.tar.gz blt-32e34b4fde06739c71afc2cb36f4644a63ab2478.tar.bz2 |
fixed issue with cube dialog
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/library/cube.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/library/cube.tcl b/ds9/library/cube.tcl index ca05e05..a6c1104 100644 --- a/ds9/library/cube.tcl +++ b/ds9/library/cube.tcl @@ -489,6 +489,8 @@ proc UpdateCubeDialog {} { set w $icube(top) set mb $icube(mb) + set cube(frame) $current(frame) + # now make sure we have the coord systems AdjustCoordSystem3d cube system CoordMenuEnable3d $mb.coord cube system sky {} |