diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-05-22 09:36:34 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-05-22 09:36:34 +1000 |
commit | 52cfaf00ccd35f5a0740a489a1a2af64c800b537 (patch) | |
tree | e4fd6f98b80da08525236c8a130df35fc52311ac /demos | |
parent | bc3ebd6ae9ce8c8a08064e60929f1196248a8a03 (diff) | |
download | uGFX-52cfaf00ccd35f5a0740a489a1a2af64c800b537.tar.gz uGFX-52cfaf00ccd35f5a0740a489a1a2af64c800b537.tar.bz2 uGFX-52cfaf00ccd35f5a0740a489a1a2af64c800b537.zip |
Widgets demo: Unsetting of clip area is no longer required with the new GWIN redraw strategy
Diffstat (limited to 'demos')
-rw-r--r-- | demos/modules/gwin/widgets/main.c | 3 |
1 files changed, 0 insertions, 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 |