#12224 improved palette change event for macos

This commit is contained in:
Stephan Witt 2024-12-02 08:44:56 -08:00
parent 8e29ad433d
commit bdaf1dbe99

View File

@ -1797,9 +1797,10 @@ bool GuiView::event(QEvent * e)
// We need to update metrics here to avoid a crash (#12786)
theBufferList().changed(true);
refillToolbars();
}
return QMainWindow::event(e);
}
return true;
}
#else
// Pre 6.8: OS-dependent
// 1. macOS