Fix compile error

ugfx_release_2.6
inmarket 2013-11-23 12:58:07 +10:00
parent 51dedb56d1
commit ebefa7e3cd
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static color_t defaultBgColor = Black;
gdispGSetClip(gh->display, gh->x, gh->y, gh->width, gh->height);
#endif
gh->vmt->Redraw(gh);
} else if (!(flags & GWIN_WMFLG_PRESERVE))
} else if (!(flags & GWIN_WMFLG_PRESERVE)) {
#if GDISP_NEED_CLIP
gdispGSetClip(gh->display, gh->x, gh->y, gh->width, gh->height);
#endif