From a6bded578dfa66d8ce98ca30dbdd8b2e32c3ed73 Mon Sep 17 00:00:00 2001 From: joern274 Date: Wed, 22 May 2024 16:37:10 +0200 Subject: [PATCH] Minor bugfix: adjust time frame when loading wave data from file --- plugins/simulator/waveform_viewer/src/wave_widget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/simulator/waveform_viewer/src/wave_widget.cpp b/plugins/simulator/waveform_viewer/src/wave_widget.cpp index 34564856e00..4b10f402766 100644 --- a/plugins/simulator/waveform_viewer/src/wave_widget.cpp +++ b/plugins/simulator/waveform_viewer/src/wave_widget.cpp @@ -270,6 +270,7 @@ namespace hal { wavesToAdd.append(mWaveDataList->at(iwave)); } mTreeModel->addWaves(wavesToAdd); + mGraphicsCanvas->handleTimeframeChanged(&mWaveDataList->timeFrame()); } } if (sd) delete sd;