mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +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)
|
// 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
|
||||||
// 1. macOS
|
// 1. macOS
|
||||||
|
Loading…
Reference in New Issue
Block a user