File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1253,6 +1253,12 @@ OnTimerStatus();
12531253 ledBuffers->Reset ();
12541254 ledDelay->Reset ();
12551255
1256+ // clear text labels with client parameters
1257+ lblPingVal->setText ( " ---" );
1258+ lblPingUnit->setText ( " " );
1259+ lblDelayVal->setText ( " ---" );
1260+ lblDelayUnit->setText ( " " );
1261+
12561262 // clear mixer board (remove all faders)
12571263 MainMixerBoard->HideAll ();
12581264}
@@ -1285,14 +1291,6 @@ void CClientDlg::UpdateDisplay()
12851291 chbChat->setChecked ( true );
12861292 chbChat->blockSignals ( false );
12871293 }
1288- if ( !pClient->IsRunning () )
1289- {
1290- // clear text labels with client parameters
1291- lblPingVal->setText ( " ---" );
1292- lblPingUnit->setText ( " " );
1293- lblDelayVal->setText ( " ---" );
1294- lblDelayUnit->setText ( " " );
1295- }
12961294}
12971295
12981296void CClientDlg::SetGUIDesign ( const EGUIDesign eNewDesign )
You can’t perform that action at this time.
0 commit comments