From 40adaa6515558d680850a473d9eff33a28f4e963 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 7 Mar 2017 19:55:25 +0100 Subject: [PATCH] bouquetlist: don't block RC keys while list is opened --- src/gui/bouquetlist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/bouquetlist.cpp b/src/gui/bouquetlist.cpp index 9dae0f60a..5be580abb 100644 --- a/src/gui/bouquetlist.cpp +++ b/src/gui/bouquetlist.cpp @@ -2,7 +2,7 @@ Neutrino-GUI - DBoxII-Project 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 @@ -580,7 +580,7 @@ int CBouquetList::show(bool bShowChannelList) g_RCInput->postMsg(msg, data); loop = false; res = CHANLIST_CANCEL_ALL; - } else if (msg > CRCInput::RC_MaxRC) { + } else { if ( CNeutrinoApp::getInstance()->handleMsg( msg, data ) & messages_return::cancel_all ) { loop = false; res = CHANLIST_CANCEL_ALL;