mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-08 22:28:28 +02:00
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:
@@ -3956,11 +3956,11 @@ int CDirMenu::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
{
|
{
|
||||||
int returnval = menu_return::RETURN_REPAINT;
|
int returnval = menu_return::RETURN_REPAINT;
|
||||||
|
|
||||||
if (actionKey.empty())
|
|
||||||
{
|
|
||||||
if (parent)
|
if (parent)
|
||||||
parent->hide();
|
parent->hide();
|
||||||
|
|
||||||
|
if (actionKey.empty())
|
||||||
|
{
|
||||||
changed = false;
|
changed = false;
|
||||||
return show();
|
return show();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user