From 98afb08c5d17ef73b62fb338c180a6decc701c24 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Fri, 24 Feb 2017 12:30:33 +0100 Subject: [PATCH] supplement to 1f5778b769942a79754f97fce66a008c46a83f5a, add stop msg --- src/gui/widget/msgbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/msgbox.cpp b/src/gui/widget/msgbox.cpp index db9ba0f97..bc364fd9f 100644 --- a/src/gui/widget/msgbox.cpp +++ b/src/gui/widget/msgbox.cpp @@ -315,7 +315,7 @@ int CMsgBox::exec() result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult(); loop = false; } - else if (msg == NeutrinoMessages::RECORD_START) { + else if (msg == NeutrinoMessages::RECORD_START || msg == NeutrinoMessages::RECORD_STOP) { CNeutrinoApp::getInstance()->handleMsg(msg, data); } //***ignore***