mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
- change RC_back handling; its not longer translated to RC_home
Conflicts: src/gui/hdd_info.cpp src/neutrino.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -340,7 +340,7 @@ int COsdSetup::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||
CNeutrinoApp::getInstance()->channelList->ResetModules();
|
||||
break;
|
||||
}
|
||||
else if ((msg == CRCInput::RC_home) || (msg == CRCInput::RC_timeout))
|
||||
else if (CNeutrinoApp::getInstance()->backKey(msg) || (msg == CRCInput::RC_timeout))
|
||||
{
|
||||
g_settings.window_width = old_window_width;
|
||||
g_settings.window_height = old_window_height;
|
||||
|
Reference in New Issue
Block a user