summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2020-04-24 19:36:25 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2020-04-24 19:36:25 (GMT)
commitc7c495f510c2f9a28b01a3661d6171a0e43868e4 (patch)
tree988bf7e36105d24f248167e595341052d10a24a7 /ds9
parentebbc073ec7688626d985ec637ccdd2994f74b1bf (diff)
downloadblt-c7c495f510c2f9a28b01a3661d6171a0e43868e4.zip
blt-c7c495f510c2f9a28b01a3661d6171a0e43868e4.tar.gz
blt-c7c495f510c2f9a28b01a3661d6171a0e43868e4.tar.bz2
fix theme for console
Diffstat (limited to 'ds9')
-rw-r--r--ds9/library/util.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/library/util.tcl b/ds9/library/util.tcl
index faf63e6..71b967c 100644
--- a/ds9/library/util.tcl
+++ b/ds9/library/util.tcl
@@ -915,6 +915,7 @@ proc OpenConsole {} {
set ::tkcon::OPT(font) [font actual TkFixedFont]
tkcon::Init
+ bind $::tkcon::PRIV(curtab) <<ThemeChanged>> {break}
}
}