mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
eventlist: fix paint of background in right box
Origin commit data
------------------
Commit: dea8e8bbc8
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-09-27 (Fri, 27 Sep 2013)
Origin message was:
------------------
- eventlist: fix paint of background in right box
This commit is contained in:
@@ -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 ) {
|
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?
|
// maybe remove RC_rewind and RC_forward in the future?
|
||||||
|
bgRightBoxPaint = false;
|
||||||
t_bouquet_id current_bouquet_id= bouquetList->getActiveBouquetNumber();
|
t_bouquet_id current_bouquet_id= bouquetList->getActiveBouquetNumber();
|
||||||
t_channel_id channel_id_tmp, _channel_id = channel_id;
|
t_channel_id channel_id_tmp, _channel_id = channel_id;
|
||||||
const unsigned int channel_nr = bouquetList->Bouquets[current_bouquet_id]->channelList->getSize();
|
const unsigned int channel_nr = bouquetList->Bouquets[current_bouquet_id]->channelList->getSize();
|
||||||
|
Reference in New Issue
Block a user