Fix scroll bar SetMin/SetMax not working correctly

This commit is contained in:
elasota
2020-05-02 02:14:52 -04:00
parent 3b7858f96a
commit e546c05ea0
2 changed files with 27 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ namespace PortabilityLayer
void SetState(int16_t state) override;
void OnStateChanged() override;
void SetMin(int32_t v) override;
void SetMax(int32_t v) override;
int16_t Capture(const Point &pos, WidgetUpdateCallback_t callback) override;
int ResolvePart(const Point &point) const override;