From 2ec20e5ca83df555cae08d2c5b6598b63792bc5a 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 ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/06f1a870f3ed15e077dce1edeee491c79ba1a8d6 Author: Thilo Graf Date: 2021-11-16 (Tue, 16 Nov 2021) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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);