From 52cfaf00ccd35f5a0740a489a1a2af64c800b537 Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 22 May 2014 09:36:34 +1000 Subject: [PATCH] Widgets demo: Unsetting of clip area is no longer required with the new GWIN redraw strategy --- demos/modules/gwin/widgets/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/demos/modules/gwin/widgets/main.c b/demos/modules/gwin/widgets/main.c index f76adb56..641625e6 100644 --- a/demos/modules/gwin/widgets/main.c +++ b/demos/modules/gwin/widgets/main.c @@ -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