Cabana: update chart and video position (after a click) in pause mode (#26560)

update chart and video position (after a click) in pause mode
This commit is contained in:
Dean Lee
2022-11-22 02:47:47 +08:00
committed by GitHub
parent de443d30b3
commit 89eeb72dbd
+1
View File
@@ -124,6 +124,7 @@ const std::deque<CanData> CANMessages::messages(const QString &id) {
void CANMessages::seekTo(double ts) {
replay->seekTo(std::max(double(0), ts), false);
counters_begin_sec = 0;
emit updated();
}
void CANMessages::settingChanged() {