mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 08:41:46 +00:00
#12224 improved palette change event for macos
This commit is contained in:
parent
8e29ad433d
commit
bdaf1dbe99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user