mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
src/gui/widget/msgbox.cpp dont block record msg
This commit is contained in:
@@ -315,6 +315,9 @@ int CMsgBox::exec()
|
||||
result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult();
|
||||
loop = false;
|
||||
}
|
||||
else if (msg == NeutrinoMessages::RECORD_START) {
|
||||
CNeutrinoApp::getInstance()->handleMsg(msg, data);
|
||||
}
|
||||
//***ignore***
|
||||
else if (CNeutrinoApp::getInstance()->listModeKey(msg)){
|
||||
// do nothing //TODO: if passed rc messages are ignored rc messaages: has no effect here too!!
|
||||
|
Reference in New Issue
Block a user