test_menu: fix form with blinking item

This commit is contained in:
2021-11-16 08:53:20 +01:00
parent 2123af2505
commit 20a05074de

View File

@@ -545,7 +545,6 @@ int CTestMenu::exec(CMenuTarget* parent, const std::string &actionKey)
//form->doPaintBg(false); //form->doPaintBg(false);
CComponentsPicture *ptmp = new CComponentsPicture(10, 10, NEUTRINO_ICON_HINT_INFO); CComponentsPicture *ptmp = new CComponentsPicture(10, 10, NEUTRINO_ICON_HINT_INFO);
ptmp->doPaintBg(false);
ptmp->SetTransparent(CFrameBuffer::TM_BLACK); ptmp->SetTransparent(CFrameBuffer::TM_BLACK);
form->addCCItem(ptmp); form->addCCItem(ptmp);