mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Allow statusbar toggling in fullscreen (part of #8816).
This commit is contained in:
parent
acb7906fb5
commit
02bde93d2a
@ -3821,8 +3821,6 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
if (isFullScreen()) {
|
||||
if (menuBar()->isVisible() && lyxrc.full_screen_menubar)
|
||||
menuBar()->hide();
|
||||
if (statusBar()->isVisible())
|
||||
statusBar()->hide();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user