Prannoy Pilligundla wrote: > index ce78d29..4ffe7d6 100644 > --- a/src/frontends/qt4/GuiView.cpp > +++ b/src/frontends/qt4/GuiView.cpp > @@ -3879,7 +3879,9 @@ void GuiView::toggleFullScreen() > setContentsMargins(-2, -2, -2, -2); > saveLayout(); > setWindowState(windowState() ^ Qt::WindowFullScreen); > - statusBar()->hide(); > + //statusBar()->hide();
this line can be completely kicked out p