aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index a47c9ce0d..a4d60019f 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -5290,6 +5290,8 @@ void Editor::SetAnnotationHeights(Sci::Line start, Sci::Line end) {
changedHeight = true;
}
if (changedHeight) {
+ SetScrollBars();
+ SetVerticalScrollPos();
Redraw();
}
}