Fixing slider widget rendering

ugfx_release_2.6
Joel Bodenmann 2015-12-18 22:48:36 +01:00
parent e500c8cd8e
commit 0befb2ffce
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ void gwinSliderDraw_Image(GWidgetObject *gw, void *param) {
return;
if ((gw->g.flags & GWIN_FLG_SYSENABLED))
pcol = &gw->pstyle->pressed;
pcol = &gw->pstyle->enabled;
else
pcol = &gw->pstyle->disabled;