mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
-epgview: fix movieinfo
This commit is contained in:
@@ -896,9 +896,10 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
|||||||
rText->setXPos(x_pos - OFFSET_INNER_MID - rText->getWidth());
|
rText->setXPos(x_pos - OFFSET_INNER_MID - rText->getWidth());
|
||||||
rpic->doPaintBg(false);
|
rpic->doPaintBg(false);
|
||||||
rText->doPaintBg(false);
|
rText->doPaintBg(false);
|
||||||
|
|
||||||
Bottombox->paint(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Bottombox->paint(false);
|
||||||
|
|
||||||
showProgressBar();
|
showProgressBar();
|
||||||
|
|
||||||
// show Timer Event Buttons
|
// show Timer Event Buttons
|
||||||
|
Reference in New Issue
Block a user