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

update chart and video position (after a click) in pause mode
old-commit-hash: 89eeb72dbd
taco
Dean Lee 2 years ago committed by GitHub
parent 7dbeb8ebe1
commit d7569d5a11
  1. 1
      tools/cabana/canmessages.cc

@ -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() {

Loading…
Cancel
Save