mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-04 12:18:27 +02:00
GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return
Origin commit data
------------------
Commit: 0319c4faad
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-07 (Mon, 07 May 2012)
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