Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
fd453f88
Commit
fd453f88
authored
May 04, 2020
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't disable marker actions on selection change (it broke ĉlip monitor actions)
parent
1a79a838
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/timeline2/view/timelinecontroller.cpp
src/timeline2/view/timelinecontroller.cpp
+2
-1
No files found.
src/timeline2/view/timelinecontroller.cpp
View file @
fd453f88
...
...
@@ -2629,7 +2629,8 @@ void TimelineController::updateClipActions()
}
else
if
(
actionData
==
QLatin1Char
(
'C'
)
&&
clip
==
nullptr
)
{
enableAction
=
false
;
}
else
if
(
actionData
==
QLatin1Char
(
'P'
))
{
enableAction
=
enablePositionActions
;
// Position actions should stay enabled in clip monitor
//enableAction = enablePositionActions;
}
act
->
setEnabled
(
enableAction
);
}
...
...
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