From a180e477ec3efd9d35a4cf32b63ab7354a03371f Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 1 Jun 2025 08:38:14 +1000 Subject: Add SCI_SCROLLVERTICAL API. --- cocoa/ScintillaCocoa.mm | 1 + 1 file changed, 1 insertion(+) (limited to 'cocoa') diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm index b1e242cc9..8a9af4058 100644 --- a/cocoa/ScintillaCocoa.mm +++ b/cocoa/ScintillaCocoa.mm @@ -1951,6 +1951,7 @@ void ScintillaCocoa::ScrollText(Sci::Line) { * Modifies the vertical scroll position to make the current top line show up as such. */ void ScintillaCocoa::SetVerticalScrollPos() { + Editor::SetVerticalScrollPos(); NSScrollView *scrollView = ScrollContainer(); if (scrollView) { NSClipView *clipView = scrollView.contentView; -- cgit v1.2.3