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
8c349a20
Commit
8c349a20
authored
Feb 18, 2022
by
Jean-Baptiste Mardelle
Browse files
Missing change from last commit (fix remove space)
parent
93c565b2
Pipeline
#139483
passed with stage
in 7 minutes and 25 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/timeline2/model/timelinefunctions.cpp
View file @
8c349a20
...
...
@@ -2088,7 +2088,7 @@ bool TimelineFunctions::requestDeleteBlankAt(const std::shared_ptr<TimelineItemM
spaceStart
=
timeline
->
getTrackById_const
(
trackId
)
->
getBlankStart
(
position
);
}
}
if
(
spaceStart
==
position
)
{
if
(
spaceStart
>
position
)
{
return
false
;
}
int
cid
=
requestSpacerStartOperation
(
timeline
,
affectAllTracks
?
-
1
:
trackId
,
position
);
...
...
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