diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-10-21 19:34:57 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-10-21 19:34:57 (GMT) |
commit | ae382da425ff71af3376e8c202403167a6136a04 (patch) | |
tree | ff9b4a2ef9f6dbcacbb19b5889104643da2ffad5 /tksao/util/gridbase.C | |
parent | 272255a255fb127a5d767170688090e09537d400 (diff) | |
download | blt-ae382da425ff71af3376e8c202403167a6136a04.zip blt-ae382da425ff71af3376e8c202403167a6136a04.tar.gz blt-ae382da425ff71af3376e8c202403167a6136a04.tar.bz2 |
add support for MacOS darkmode
Diffstat (limited to 'tksao/util/gridbase.C')
-rw-r--r-- | tksao/util/gridbase.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tksao/util/gridbase.C b/tksao/util/gridbase.C index 3f8082f..84303cc 100644 --- a/tksao/util/gridbase.C +++ b/tksao/util/gridbase.C @@ -26,7 +26,7 @@ GridBase::GridBase(Widget* pp) : parent_(pp) gridGC_ = NULL; pixmap_ = 0; - mode_ = Widget::RGB; + mode_ = RGB; } GridBase::GridBase(Widget* pp, const char* op) : parent_(pp) @@ -40,7 +40,7 @@ GridBase::GridBase(Widget* pp, const char* op) : parent_(pp) gridGC_ = NULL; pixmap_ = 0; - mode_ = Widget::RGB; + mode_ = RGB; } GridBase::~GridBase() |