mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX:changed top menu bar color on macos
Change-Id: I276aab27c2c089ad322dc5cb2f6206dccb3e494d
This commit is contained in:
@@ -969,7 +969,10 @@ void UpgradePanel::show_status(int status)
|
||||
|
||||
void UpgradePanel::on_sys_color_changed()
|
||||
{
|
||||
m_push_upgrade_panel->on_sys_color_changed();
|
||||
//add some protection for Dark mode
|
||||
if (m_push_upgrade_panel) {
|
||||
m_push_upgrade_panel->on_sys_color_changed();
|
||||
}
|
||||
}
|
||||
|
||||
bool UpgradePanel::Show(bool show)
|
||||
|
||||
Reference in New Issue
Block a user