--- nono/wx/wxscrollbar.h 2026/04/29 17:05:44 1.1.1.4 +++ nono/wx/wxscrollbar.h 2026/04/29 17:05:57 1.1.1.5 @@ -25,6 +25,9 @@ class WXScrollBar : public WXTextPanel void FontChanged() override; void Fit() override; + void SetScrollParam(int thumbsize_, int range_, int pagesize_) { + SetScrollParam(GetThumbPosition(), thumbsize_, range_, pagesize_); + } void SetScrollParam(int pos_, int thumbsize_, int range_, int pagesize_); bool SetThumbPosition(int pos_);