moviebrowser: fix overlapped menus when de/activating drives

Origin commit data
------------------
Branch: ni/coolstream
Commit: 59261b1cf6
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-12-22 (Tue, 22 Dec 2015)

Origin message was:
------------------
- moviebrowser: fix overlapped menus when de/activating drives

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-12-22 21:46:46 +01:00
parent 9818c0bf34
commit 8b692d788c

View File

@@ -3956,11 +3956,11 @@ int CDirMenu::exec(CMenuTarget* parent, const std::string & actionKey)
{
int returnval = menu_return::RETURN_REPAINT;
if (parent)
parent->hide();
if (actionKey.empty())
{
if (parent)
parent->hide();
changed = false;
return show();
}