giant rendering overhaul and many small fixes

This commit is contained in:
itsmattkc
2019-02-25 13:47:18 -08:00
parent b9d7efa0bc
commit c3373524b1
1429 changed files with 10234 additions and 194593 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ void set_marker_internal(SequencePtr seq, const QVector<int>& clips) {
foreach (int i, clips) {
ClipPtr c = seq->clips.at(i);
ca->append(new AddMarkerAction(&c->get_markers(),
seq->playhead - c->timeline_in + c->clip_in,
seq->playhead - c->timeline_in() + c->clip_in(),
marker_name));
}