gwinSliderSetPosition() fixed (calls _gwidgetRedraw() instead of gwinRedraw()
This commit is contained in:
parent
cae7825f73
commit
3c3b6967d1
@ -272,7 +272,7 @@ void gwinSliderSetPosition(GHandle gh, int pos) {
|
||||
else gsw->pos = pos;
|
||||
}
|
||||
ResetDisplayPos(gsw);
|
||||
gwinRedraw(gh);
|
||||
_gwidgetRedraw(gh);
|
||||
|
||||
#undef gsw
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user