src/gui/widget/msgbox.cpp dont block record msg

This commit is contained in:
Jacek Jendrzej
2017-02-23 20:41:54 +01:00
parent 6b8a7eb5f3
commit 1f5778b769

View File

@@ -315,6 +315,9 @@ int CMsgBox::exec()
result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult(); result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult();
loop = false; loop = false;
} }
else if (msg == NeutrinoMessages::RECORD_START) {
CNeutrinoApp::getInstance()->handleMsg(msg, data);
}
//***ignore*** //***ignore***
else if (CNeutrinoApp::getInstance()->listModeKey(msg)){ else if (CNeutrinoApp::getInstance()->listModeKey(msg)){
// do nothing //TODO: if passed rc messages are ignored rc messaages: has no effect here too!! // do nothing //TODO: if passed rc messages are ignored rc messaages: has no effect here too!!