gwinSliderSetPosition() automatically redraws the widget
This commit is contained in:
parent
122ff8f911
commit
cae7825f73
1 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,8 @@ void gwinSliderSetPosition(GHandle gh, int pos) {
|
|||
else gsw->pos = pos;
|
||||
}
|
||||
ResetDisplayPos(gsw);
|
||||
gwinRedraw(gh);
|
||||
|
||||
#undef gsw
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue