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
fbeb5572
Commit
fbeb5572
authored
Nov 28, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix "Clip in project bin" selecting 1 extra frame
parent
487810f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
fbeb5572
...
...
@@ -3429,7 +3429,7 @@ void MainWindow::slotClipInProjectTree()
}
}
}
QPoint
zone
(
start
,
start
+
duration
);
QPoint
zone
(
start
,
start
+
duration
-
1
);
if
(
!
containsPos
)
{
pos
=
start
;
}
...
...
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