aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r--win32/ScintillaWin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index 571d1000c..b4c268562 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -2700,6 +2700,7 @@ void ScintillaWin::ChangeScrollPos(int barType, Sci::Position pos) {
}
void ScintillaWin::SetVerticalScrollPos() {
+ Editor::SetVerticalScrollPos();
ChangeScrollPos(SB_VERT, topLine);
}