diff --git a/src/io/pibinarylog.cpp b/src/io/pibinarylog.cpp index 61847458..784af74a 100644 --- a/src/io/pibinarylog.cpp +++ b/src/io/pibinarylog.cpp @@ -493,6 +493,7 @@ void PIBinaryLog::seekTo(int rindex) { file.seek(index[rindex].pos); moveIndex(index_pos.value(file.pos(), -1)); play_time = index[rindex].timestamp.toMilliseconds(); + lastrecord.timestamp = index[rindex].timestamp; } }