make sure clip markers in timeline refresh as soon as marker is edited

This commit is contained in:
Thomas Wilshaw
2021-10-26 00:37:53 +01:00
parent 82df680c52
commit 9eef02b446
3 changed files with 12 additions and 2 deletions
@@ -637,8 +637,6 @@ void TimelineView::DrawClipMarker(QPainter* painter, double marker_x, qreal mark
int half_marker_height = marker_height / 3;
qDebug() << x << y;
QPoint points[] = {
QPoint(x, y),
QPoint(x - half_width, y - half_marker_height),