mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return
This commit is contained in:
@@ -214,7 +214,6 @@ int CRecordSetup::showRecordSetup()
|
||||
recordingSettings->addItem(new CMenuForwarder(LOCALE_RECORDINGMENU_APIDS, true, NULL, &recordingaAudioSettings, NULL, CRCInput::RC_blue, NEUTRINO_ICON_BUTTON_BLUE));
|
||||
|
||||
int res = recordingSettings->exec(NULL, "");
|
||||
recordingSettings->hide();
|
||||
delete recordingSettings;
|
||||
delete RecordingSafetyNotifier;
|
||||
delete APIDNotifier;
|
||||
|
Reference in New Issue
Block a user