Allow statusbar toggling in fullscreen (part of #8816).

This commit is contained in:
Pavel Sanda 2014-02-22 00:21:17 -08:00
parent acb7906fb5
commit 02bde93d2a

View File

@ -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();
}
}