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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user