Auto-refresh the Matrix Visualizer at each stopping point

This commit is contained in:
tiresiasfromthebai
2026-07-24 15:06:57 +02:00
parent 392fa3d12a
commit a843b64f6b
2 changed files with 18 additions and 0 deletions
+7
View File
@@ -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.
}