mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return
This commit is contained in:
@@ -99,7 +99,6 @@ int CCECSetup::showMenu()
|
||||
cec->addItem(cec2);
|
||||
|
||||
int res = cec->exec(NULL, "");
|
||||
cec->hide();
|
||||
delete cec;
|
||||
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user