Widgets demo: Unsetting of clip area is no longer required with the new GWIN redraw strategy

ugfx_release_2.6
inmarket 2014-05-22 09:36:34 +10:00
parent bc3ebd6ae9
commit 52cfaf00cc
1 changed files with 0 additions and 3 deletions

View File

@ -527,9 +527,6 @@ int main(void) {
pstyle = &WhiteWidgetStyle;
// Clear the screen to the new color
#if GDISP_NEED_CLIP
gdispUnsetClip();
#endif
gdispClear(pstyle->background);
// Update the style on all controls