test_menu: fix form with blinking item

Origin commit data
------------------
Commit: 06f1a870f3
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-16 (Tue, 16 Nov 2021)
This commit is contained in:
2021-11-16 20:17:27 +01:00
committed by vanhofen
parent 03a8b14109
commit 01c23f371e

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);