mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- moviebrowser: reset selected item in MB_FOCUS_LAST_PLAY after deleting any movie
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1019,6 +1019,8 @@ int CMovieBrowser::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
m_doRefresh = true;
|
m_doRefresh = true;
|
||||||
returnval = menu_return::RETURN_EXIT;
|
returnval = menu_return::RETURN_EXIT;
|
||||||
}
|
}
|
||||||
|
if (m_windowFocus == MB_FOCUS_LAST_PLAY)
|
||||||
|
m_pcLastPlay->setSelectedLine(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return returnval;
|
return returnval;
|
||||||
@@ -2186,6 +2188,8 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
|
|||||||
if (m_movieSelectionHandler != NULL)
|
if (m_movieSelectionHandler != NULL)
|
||||||
{
|
{
|
||||||
onDelete();
|
onDelete();
|
||||||
|
if (m_windowFocus == MB_FOCUS_LAST_PLAY)
|
||||||
|
m_pcLastPlay->setSelectedLine(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (msg == CRCInput::RC_help)
|
else if (msg == CRCInput::RC_help)
|
||||||
|
Reference in New Issue
Block a user