mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return
This commit is contained in:
@@ -111,7 +111,6 @@ int CPictureViewerSetup::showPictureViewerSetup()
|
||||
picviewsetup->addItem(new CMenuForwarder(LOCALE_PICTUREVIEWER_DEFDIR, true, g_settings.network_nfs_picturedir, this, "picturedir"));
|
||||
|
||||
int res = picviewsetup->exec(NULL, "");
|
||||
picviewsetup->hide();
|
||||
delete picviewsetup;
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user