Skip to content

Commit

Permalink
Minor bugfix: adjust time frame when loading wave data from file
Browse files Browse the repository at this point in the history
  • Loading branch information
joern274 committed May 22, 2024
1 parent 3c74239 commit a6bded5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/simulator/waveform_viewer/src/wave_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ namespace hal {
wavesToAdd.append(mWaveDataList->at(iwave));
}
mTreeModel->addWaves(wavesToAdd);
mGraphicsCanvas->handleTimeframeChanged(&mWaveDataList->timeFrame());
}
}
if (sd) delete sd;
Expand Down

0 comments on commit a6bded5

Please sign in to comment.