gwinSliderSetPosition() fixed (calls _gwidgetRedraw() instead of gwinRedraw()
This commit is contained in:
parent
cae7825f73
commit
3c3b6967d1
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ void gwinSliderSetPosition(GHandle gh, int pos) {
|
|||
else gsw->pos = pos;
|
||||
}
|
||||
ResetDisplayPos(gsw);
|
||||
gwinRedraw(gh);
|
||||
_gwidgetRedraw(gh);
|
||||
|
||||
#undef gsw
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue