diff --git a/src/gui/widget/msgbox.cpp b/src/gui/widget/msgbox.cpp index 11aefe2f4..51238adcc 100644 --- a/src/gui/widget/msgbox.cpp +++ b/src/gui/widget/msgbox.cpp @@ -318,6 +318,10 @@ int CMsgBox::exec() result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult(); loop = false; } + //***cancel button*** + else if (msg == CRCInput::RC_home) { + loop = false; + } //***ignore*** else if (CNeutrinoApp::getInstance()->listModeKey(msg)){ // do nothing //TODO: if passed rc messages are ignored rc messaages: has no effect here too!!