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
bfb79099
Commit
bfb79099
authored
Apr 26, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix spacer tool not workin on single clips (without groups)
parent
3ea8bbc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/model/timelinefunctions.cpp
View file @
bfb79099
...
@@ -366,6 +366,12 @@ int TimelineFunctions::requestSpacerStartOperation(const std::shared_ptr<Timelin
...
@@ -366,6 +366,12 @@ int TimelineFunctions::requestSpacerStartOperation(const std::shared_ptr<Timelin
spacerUngroupedItems
.
insert
(
l
,
r
);
spacerUngroupedItems
.
insert
(
l
,
r
);
}
}
}
}
}
else
{
int
pos
=
timeline
->
getItemPosition
(
r
);
if
(
firstPosition
==
-
1
||
pos
<
firstPosition
)
{
firstCid
=
r
;
firstPosition
=
pos
;
}
}
}
}
}
for
(
int
r
:
groupsToRemove
)
{
for
(
int
r
:
groupsToRemove
)
{
...
...
Julius Künzel
💬
@jlskuz
mentioned in issue
#1055 (closed)
·
Apr 26, 2021
mentioned in issue
#1055 (closed)
mentioned in issue #1055
Toggle commit list
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