diff --git a/src/gwin/slider.c b/src/gwin/slider.c index 2904785e..5d6a5ec0 100644 --- a/src/gwin/slider.c +++ b/src/gwin/slider.c @@ -272,7 +272,7 @@ void gwinSliderSetPosition(GHandle gh, int pos) { else gsw->pos = pos; } ResetDisplayPos(gsw); - gwinRedraw(gh); + _gwidgetRedraw(gh); #undef gsw }