Widgets demo: Unsetting of clip area is no longer required with the new GWIN redraw strategy
This commit is contained in:
parent
bc3ebd6ae9
commit
52cfaf00cc
1 changed files with 0 additions and 3 deletions
|
@ -527,9 +527,6 @@ int main(void) {
|
||||||
pstyle = &WhiteWidgetStyle;
|
pstyle = &WhiteWidgetStyle;
|
||||||
|
|
||||||
// Clear the screen to the new color
|
// Clear the screen to the new color
|
||||||
#if GDISP_NEED_CLIP
|
|
||||||
gdispUnsetClip();
|
|
||||||
#endif
|
|
||||||
gdispClear(pstyle->background);
|
gdispClear(pstyle->background);
|
||||||
|
|
||||||
// Update the style on all controls
|
// Update the style on all controls
|
||||||
|
|
Loading…
Add table
Reference in a new issue