mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
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: 89eeb72dbdb82258fdd26d7260f0c6455a371bf1
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user