mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
moviebrowser: avoid useless RC_left/right keys in youtube mode
Origin commit data
------------------
Commit: d46b287d1c
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-05 (Fri, 05 Feb 2016)
Origin message was:
------------------
- moviebrowser: avoid useless RC_left/right keys in youtube mode
This commit is contained in:
@@ -1800,11 +1800,13 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
|
||||
}
|
||||
else if (msg == CRCInput::RC_left)
|
||||
{
|
||||
onSetGUIWindowPrev();
|
||||
if (show_mode != MB_SHOW_YT)
|
||||
onSetGUIWindowPrev();
|
||||
}
|
||||
else if (msg == CRCInput::RC_right)
|
||||
{
|
||||
onSetGUIWindowNext();
|
||||
if (show_mode != MB_SHOW_YT)
|
||||
onSetGUIWindowNext();
|
||||
}
|
||||
else if (msg == CRCInput::RC_green)
|
||||
{
|
||||
|
Reference in New Issue
Block a user