Merge branch 'master' into rational_slider

This commit is contained in:
ThomasWilshaw
2021-04-14 12:08:58 +01:00
committed by GitHub
61 changed files with 853 additions and 5364 deletions
+4 -2
View File
@@ -180,9 +180,11 @@ void SeekableWidget::SeekToScreenPoint(int screen)
}
}
SetTime(timestamp);
if (timestamp != GetTime()) {
SetTime(timestamp);
emit TimeChanged(timestamp);
emit TimeChanged(timestamp);
}
}
void SeekableWidget::DrawTimelinePoints(QPainter* p, int marker_bottom)