Skip to content
GitLab
Menu
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
36809e3b
Commit
36809e3b
authored
Feb 22, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix 1 frame offset in subtitles when removing space
parent
1093294c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/model/subtitlemodel.cpp
View file @
36809e3b
...
...
@@ -1235,5 +1235,5 @@ int SubtitleModel::getBlankStart(int pos) const
found
=
true
;
}
}
return
found
?
min
.
frames
(
pCore
->
getCurrentFps
())
+
1
:
0
;
return
found
?
min
.
frames
(
pCore
->
getCurrentFps
())
:
0
;
}
Julius Künzel
@jlskuz
mentioned in issue
#1102 (closed)
·
Mar 08, 2022
mentioned in issue
#1102 (closed)
mentioned in issue #1102
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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