--- src/fdmdv2_main.cpp.orig 2018-05-29 05:38:34 UTC
+++ src/fdmdv2_main.cpp
@@ -1198,10 +1198,12 @@ void MainFrame::OnTimer(wxTimerEvent &ev
sprintf(ber, "BER: %4.3f", b); wxString ber_string(ber); m_textBER->SetLabel(ber_string);
sprintf(resyncs, "Resyncs: %d", g_resyncs); wxString resyncs_string(resyncs); m_textResyncs->SetLabel(resyncs_string);
+
if (g_State) {