From d31f5448bc62e5512e0efb5beb95a12f8215610b Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 3 Mar 2016 14:37:32 +0000 Subject: [PATCH] CtrlLib: RichTextView::ScrollInto git-svn-id: svn://ultimatepp.org/upp/trunk@9555 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlLib/RichText.h | 1 + 1 file changed, 1 insertion(+) diff --git a/uppsrc/CtrlLib/RichText.h b/uppsrc/CtrlLib/RichText.h index 9db485226..11f4b2d64 100644 --- a/uppsrc/CtrlLib/RichText.h +++ b/uppsrc/CtrlLib/RichText.h @@ -66,6 +66,7 @@ public: int GetSb() const { return sb; } void SetSb(int i) { sb = i; } + void ScrollInto(int pos) { sb.ScrollInto(pos); } int GetSbTotal() const { return sb.GetTotal(); } Zoom GetZoom() const; Rect GetPage() const;