#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,8 +1797,9 @@ bool GuiView::event(QEvent * e)
// We need to update metrics here to avoid a crash (#12786) // We need to update metrics here to avoid a crash (#12786)
theBufferList().changed(true); theBufferList().changed(true);
refillToolbars(); refillToolbars();
return QMainWindow::event(e);
} }
return QMainWindow::event(e); return true;
} }
#else #else
// Pre 6.8: OS-dependent // Pre 6.8: OS-dependent