mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
Auto-refresh the Matrix Visualizer at each stopping point
This commit is contained in:
@@ -417,6 +417,13 @@ void SeerMatrixVisualizerWidget::handleText (const QString& text) {
|
||||
matrixStrideLineEdit->setFocus();
|
||||
}
|
||||
|
||||
// At a stopping point, refresh.
|
||||
}else if (text.startsWith("*stopped,reason=\"")) {
|
||||
|
||||
if (autoRefreshCheckBox->isChecked()) {
|
||||
handleRefreshButton();
|
||||
}
|
||||
|
||||
}else{
|
||||
// Ignore anything else.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user