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
ebf6737b
Commit
ebf6737b
authored
Nov 10, 2022
by
Jean-Baptiste Mardelle
Browse files
Show timeline instances for missing clips.
Fixes
#1568
parent
601e5177
Pipeline
#265251
canceled with stage
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
ebf6737b
...
...
@@ -2439,6 +2439,11 @@ void Bin::selectProxyModel(const QModelIndex &id)
if
(
clip
->
hasUrl
())
{
isImported
=
true
;
}
}
else
if
(
clip
&&
clip
->
clipStatus
()
==
FileStatus
::
StatusMissing
)
{
if
(
isClip
)
{
emit
findInTimeline
(
clip
->
clipId
(),
clip
->
timelineInstances
());
}
m_openAction
->
setEnabled
(
false
);
}
else
{
// Disable find in timeline option
emit
findInTimeline
(
QString
());
...
...
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