mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Add FIXME: do we need to update scrollbar at each draw()?
Related to ticket #11947.
This commit is contained in:
parent
102e9297d7
commit
d68f6f7f40
@ -3277,6 +3277,7 @@ void BufferView::draw(frontend::Painter & pain, bool paint_caret)
|
||||
: "\t\t *** END DRAWING ***"));
|
||||
|
||||
// The scrollbar needs an update.
|
||||
// FIXME: does it always? see ticket #11947.
|
||||
updateScrollbar();
|
||||
|
||||
// Normalize anchor for next time
|
||||
|
Loading…
Reference in New Issue
Block a user