mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
bouquetlist: don't block RC keys while list is opened
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
Neutrino-GUI - DBoxII-Project
|
Neutrino-GUI - DBoxII-Project
|
||||||
|
|
||||||
Copyright (C) 2001 Steffen Hehn 'McClean'
|
Copyright (C) 2001 Steffen Hehn 'McClean'
|
||||||
Copyright (C) 2009,2011,2013,2015-2016 Stefan Seyfried
|
Copyright (C) 2009,2011,2013,2015-2017 Stefan Seyfried
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
@@ -580,7 +580,7 @@ int CBouquetList::show(bool bShowChannelList)
|
|||||||
g_RCInput->postMsg(msg, data);
|
g_RCInput->postMsg(msg, data);
|
||||||
loop = false;
|
loop = false;
|
||||||
res = CHANLIST_CANCEL_ALL;
|
res = CHANLIST_CANCEL_ALL;
|
||||||
} else if (msg > CRCInput::RC_MaxRC) {
|
} else {
|
||||||
if ( CNeutrinoApp::getInstance()->handleMsg( msg, data ) & messages_return::cancel_all ) {
|
if ( CNeutrinoApp::getInstance()->handleMsg( msg, data ) & messages_return::cancel_all ) {
|
||||||
loop = false;
|
loop = false;
|
||||||
res = CHANLIST_CANCEL_ALL;
|
res = CHANLIST_CANCEL_ALL;
|
||||||
|
Reference in New Issue
Block a user