ᐧ There was one whitespace error in the LyXRC.h file.I am sorry for the carelessness
On Tue, Feb 25, 2014 at 11:05 AM, Pavel Sanda <sa...@lyx.org> wrote: > 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 Do i have to send an other patch with this change?