Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
a96aa3f0
Commit
a96aa3f0
authored
Mar 03, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix clip cannot be moved to 0 on some zoom level when another snap point was close to 0
parent
689e191a
Pipeline
#15951
passed with stage
in 17 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/model/timelinemodel.cpp
View file @
a96aa3f0
...
...
@@ -130,6 +130,7 @@ TimelineModel::TimelineModel(Mlt::Profile *profile, std::weak_ptr<DocUndoStack>
m_blackClip
->
set
(
"set.test_audio"
,
0
);
m_blackClip
->
set_in_and_out
(
0
,
TimelineModel
::
seekDuration
);
m_tractor
->
insert_track
(
*
m_blackClip
,
0
);
m_snaps
->
addPoint
(
0
);
TRACE_CONSTR
(
this
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment