From d28c10ed920e48d73e89905c79179a1069a55f23 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 27 Sep 2013 18:07:40 +0200 Subject: [PATCH] eventlist: fix paint of background in right box Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/dea8e8bbc8521339b54ef819ed4aeb1c5a7190ec Author: vanhofen Date: 2013-09-27 (Fri, 27 Sep 2013) Origin message was: ------------------ - eventlist: fix paint of background in right box --- src/gui/eventlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index cf3c65b45..6d407787a 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -549,7 +549,7 @@ int CNeutrinoEventList::exec(const t_channel_id channel_id, const std::string& c } else if ( msg==CRCInput::RC_left || msg==CRCInput::RC_right || msg==CRCInput::RC_rewind || msg==CRCInput::RC_forward ) { // maybe remove RC_rewind and RC_forward in the future? - + bgRightBoxPaint = false; t_bouquet_id current_bouquet_id= bouquetList->getActiveBouquetNumber(); t_channel_id channel_id_tmp, _channel_id = channel_id; const unsigned int channel_nr = bouquetList->Bouquets[current_bouquet_id]->channelList->getSize();