From 20a05074de716d55c3f69cb2d2e491bb8aaaf985 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 16 Nov 2021 08:53:20 +0100 Subject: [PATCH] test_menu: fix form with blinking item --- src/gui/test_menu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/test_menu.cpp b/src/gui/test_menu.cpp index ad446311d..12a398ddc 100644 --- a/src/gui/test_menu.cpp +++ b/src/gui/test_menu.cpp @@ -545,7 +545,6 @@ int CTestMenu::exec(CMenuTarget* parent, const std::string &actionKey) //form->doPaintBg(false); CComponentsPicture *ptmp = new CComponentsPicture(10, 10, NEUTRINO_ICON_HINT_INFO); - ptmp->doPaintBg(false); ptmp->SetTransparent(CFrameBuffer::TM_BLACK); form->addCCItem(ptmp);