aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-05-22 09:36:34 +1000
committerinmarket <andrewh@inmarket.com.au>2014-05-22 09:36:34 +1000
commit52cfaf00ccd35f5a0740a489a1a2af64c800b537 (patch)
treee4fd6f98b80da08525236c8a130df35fc52311ac /demos/modules
parentbc3ebd6ae9ce8c8a08064e60929f1196248a8a03 (diff)
downloaduGFX-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/modules')
-rw-r--r--demos/modules/gwin/widgets/main.c3
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