mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return
This commit is contained in:
@@ -161,7 +161,6 @@ int CSettingsManager::showMenu()
|
||||
mset->addItem(new CMenuForwarder(LOCALE_RESET_ALL, true, NULL, resetNotifier, "all", CRCInput::RC_standby, NEUTRINO_ICON_BUTTON_POWER));
|
||||
|
||||
int res = mset->exec(NULL, "");
|
||||
mset->hide();
|
||||
delete resetNotifier;
|
||||
delete mset;
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user