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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 1f5778b769
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-02-23 (Thu, 23 Feb 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2017-02-23 20:41:54 +01:00
parent 30a4081aab
commit bd6935a702

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!!