X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgui%2Fmenu.c;fp=bertos%2Fgui%2Fmenu.c;h=86e8f17dd4453cfc4bd277f48b8c9190c6042454;hb=19f47b8ce8f12aadcd8194c9c5e9c9763678ce3b;hp=c3fc3d2b916c365303f7326409731cbf8b5d13c3;hpb=10a2ade14439017c214f41e250471d651dc7bd1e;p=bertos.git diff --git a/bertos/gui/menu.c b/bertos/gui/menu.c index c3fc3d2b..86e8f17d 100644 --- a/bertos/gui/menu.c +++ b/bertos/gui/menu.c @@ -295,7 +295,7 @@ static void menu_layout( /* Clear rest of area */ gfx_rectClear(bm, bm->cr.xmin, ypos, bm->cr.xmax, bm->cr.ymax); - lcd_blitBitmap(&lcd_bitmap); + lcd_blitBitmap(bm); } /* Restore old cliprect */