Merge pull request #51805 from skysphr/scrollbar-icons-pressed
Added increment_pressed and decrement_pressed icons to scrollbars
This commit is contained in:
commit
f85426e8ad
6 changed files with 47 additions and 2 deletions
|
|
@ -51,6 +51,9 @@ class ScrollBar : public Range {
|
|||
|
||||
HighlightStatus highlight = HIGHLIGHT_NONE;
|
||||
|
||||
bool incr_active = false;
|
||||
bool decr_active = false;
|
||||
|
||||
struct Drag {
|
||||
bool active = false;
|
||||
float pos_at_click = 0.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue