gwinSliderSetPosition() automatically redraws the widget
This commit is contained in:
parent
122ff8f911
commit
cae7825f73
@ -272,6 +272,8 @@ void gwinSliderSetPosition(GHandle gh, int pos) {
|
||||
else gsw->pos = pos;
|
||||
}
|
||||
ResetDisplayPos(gsw);
|
||||
gwinRedraw(gh);
|
||||
|
||||
#undef gsw
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user