mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
test_menu: fix form with blinking item
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user