partial fix for scrollbar problem

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7604 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-08-25 11:03:19 +00:00
parent 189b00a5c9
commit f0e41dc28c

View File

@ -499,7 +499,7 @@ void BufferView::Pimpl::scrollDocView(int value)
screen().hideCursor();
bv_->text->top_y(value);
//screen().draw();
screen().redraw(*bv_);
if (!lyxrc.cursor_follows_scrollbar)
return;