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;