mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
gui/infoviewer.cpp: restore channel id in showMovieTitle(),
else infoviewer do not process some events after playback stop
This commit is contained in:
@@ -504,6 +504,7 @@ void CInfoViewer::showMovieTitle(const int playState, const t_channel_id &Channe
|
|||||||
infoViewerBB->is_visible = true;
|
infoViewerBB->is_visible = true;
|
||||||
|
|
||||||
ChannelName = Channel;
|
ChannelName = Channel;
|
||||||
|
t_channel_id old_channel_id = channel_id;
|
||||||
channel_id = Channel_Id;
|
channel_id = Channel_Id;
|
||||||
|
|
||||||
/* showChannelLogo() changes this, so better reset it every time... */
|
/* showChannelLogo() changes this, so better reset it every time... */
|
||||||
@@ -583,6 +584,7 @@ void CInfoViewer::showMovieTitle(const int playState, const t_channel_id &Channe
|
|||||||
loop(show_dot);
|
loop(show_dot);
|
||||||
aspectRatio = 0;
|
aspectRatio = 0;
|
||||||
fileplay = 0;
|
fileplay = 0;
|
||||||
|
channel_id = old_channel_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CInfoViewer::reset_allScala()
|
void CInfoViewer::reset_allScala()
|
||||||
|
Reference in New Issue
Block a user