Compilation fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24139 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-04-06 14:43:28 +00:00
parent 8d52dfee32
commit 54c930ca2f

View File

@ -307,7 +307,7 @@ GuiWorkArea::~GuiWorkArea()
void GuiWorkArea::fixVerticalScrollBar()
{
if (!buffer_view_->fullScreen())
if (!isFullScreen())
setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
}