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
6792cb4d
Commit
6792cb4d
authored
Mar 08, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix regression: edit clip always disabled.
Fixes
#1362
parent
07e3c698
Pipeline
#146945
failed with stage
in 7 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
6792cb4d
...
...
@@ -2541,6 +2541,7 @@ void Bin::contextMenuEvent(QContextMenuEvent *event)
emit
findInTimeline
(
clip
->
clipId
(),
clip
->
timelineInstances
());
}
clipService
=
clip
->
getProducerProperty
(
QStringLiteral
(
"mlt_service"
));
type
=
clip
->
clipType
();
m_proxyAction
->
setChecked
(
clip
->
hasProxy
());
m_proxyAction
->
blockSignals
(
false
);
if
(
clip
->
hasUrl
())
{
...
...
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