GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return

This commit is contained in:
[CST] Focus
2012-05-07 15:37:02 +04:00
parent 1f8710013c
commit 0319c4faad
26 changed files with 1 additions and 33 deletions

View File

@@ -230,7 +230,6 @@ int CKeybindSetup::showKeySetup()
keySettings->addItem(new CMenuForwarder(LOCALE_KEYBINDINGMENU_REPEATBLOCKGENERIC, true, g_settings.repeat_genericblocker, &keySettings_repeat_genericblocker));
int res = keySettings->exec(NULL, "");
keySettings->hide();
//check if rc hardware selection has changed before leaving the menu
if (org_remote_control_hardware != g_settings.remote_control_hardware) {