mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
189b00a5c9
commit
f0e41dc28c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user