ENH:refine GLCanvas update dark mode logic

Change-Id: Id4c4f00a18fa0672eab528a6819b6665031a8915
This commit is contained in:
liz.li 2022-12-05 18:21:15 +08:00 committed by Lane.Wei
parent e59fe6511d
commit aab62b77bf
27 changed files with 234 additions and 148 deletions

View file

@ -1186,7 +1186,6 @@ void GUI_App::post_init()
}
}
}
BOOST_LOG_TRIVIAL(info) << "finished post_init";
//BBS: remove the single instance currently
/*#ifdef _WIN32
@ -2127,7 +2126,6 @@ bool GUI_App::on_init_inner()
#endif // __WINDOWS__
#endif
// initialize label colors and fonts
init_label_colours();
init_fonts();