diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 15395a44b..4a1629aa6 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -1109,15 +1109,17 @@ void CInfoViewer::loop(bool show_dot) showLivestreamInfo(); //NI - if (msg == CRCInput::RC_help) { - if (g_settings.show_ecm_pos) { - if (g_settings.show_ecm) { - g_settings.show_ecm = 0; - ecmInfoBox_hide(); - } else { - g_settings.show_ecm = 1; - infoViewerBB->paint_ca_icons(0); - } + if (msg == CRCInput::RC_help && g_settings.show_ecm_pos) + { + if (g_settings.show_ecm) + { + g_settings.show_ecm = 0; + ecmInfoBox_hide(); + } + else + { + g_settings.show_ecm = 1; + infoViewerBB->paint_ca_icons(0); } g_RCInput->clearRCMsg(); setInfobarTimeout();