fixed issue where timecodes in UI weren't updated correctly
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user