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
1bb40db3
Commit
1bb40db3
authored
May 10, 2021
by
Julius Künzel
Browse files
Fix guides are sometimes not moved even if they are unlocked
Related to
9a08ea41
parent
36479979
Pipeline
#61491
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
1bb40db3
...
...
@@ -1149,7 +1149,7 @@ Rectangle {
}
}
if
(
mouse
.
modifiers
&
Qt
.
ShiftModifier
)
{
if
(
(
mouse
.
modifiers
&
Qt
.
ShiftModifier
)
||
!
timeline
.
guidesLocked
)
{
//spacer tool and shift modifier
spacerGuides
=
true
;
}
...
...
Write
Preview
Markdown
is supported
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