From 01c23f371e3b8d3ed2a026ac2f218e5ff9cdb90c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 16 Nov 2021 20:17:27 +0100 Subject: [PATCH] test_menu: fix form with blinking item Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/06f1a870f3ed15e077dce1edeee491c79ba1a8d6 Author: Thilo Graf Date: 2021-11-16 (Tue, 16 Nov 2021) --- 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);