gwinSliderSetPosition() automatically redraws the widget

ugfx_release_2.6
Joel Bodenmann 2013-12-01 16:51:48 +01:00
parent 122ff8f911
commit cae7825f73
1 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,8 @@ void gwinSliderSetPosition(GHandle gh, int pos) {
else gsw->pos = pos;
}
ResetDisplayPos(gsw);
gwinRedraw(gh);
#undef gsw
}