mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return
This commit is contained in:
@@ -334,7 +334,6 @@ void CTestMenu::showTestMenu()
|
||||
//TestMenu->addItem(new CMenuForwarderNonLocalized("22 Khz OFF", true, NULL, this, "22koff"));
|
||||
|
||||
TestMenu->exec(NULL, "");
|
||||
TestMenu->hide();
|
||||
selected = TestMenu->getSelected();
|
||||
delete TestMenu;
|
||||
}
|
||||
|
Reference in New Issue
Block a user