mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
gui/channellist.cpp: fix selected after direct record
This commit is contained in:
@@ -667,9 +667,10 @@ int CChannelList::show()
|
|||||||
if (!CRecordManager::getInstance()->Record(chanlist[selected]->channel_id)) {
|
if (!CRecordManager::getInstance()->Record(chanlist[selected]->channel_id)) {
|
||||||
paintHead();
|
paintHead();
|
||||||
paint();
|
paint();
|
||||||
} else
|
} else {
|
||||||
|
selected = oldselected;
|
||||||
loop=false;
|
loop=false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if( msg == CRCInput::RC_stop ) { //stopp recording
|
else if( msg == CRCInput::RC_stop ) { //stopp recording
|
||||||
|
Reference in New Issue
Block a user