Add FIXME: do we need to update scrollbar at each draw()?

Related to ticket #11947.
This commit is contained in:
Jean-Marc Lasgouttes 2020-08-30 19:15:20 +02:00
parent 102e9297d7
commit d68f6f7f40

View File

@ -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