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
ae8f2a06
Commit
ae8f2a06
authored
Mar 20, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix previous commit (inverted logic)
parent
99174343
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/monitor.cpp
View file @
ae8f2a06
...
...
@@ -1322,7 +1322,7 @@ void Monitor::slotExtractCurrentFrame(QString frameName, bool addToProject)
QMetaObject
::
invokeMethod
(
pCore
->
bin
(),
"droppedUrls"
,
Qt
::
QueuedConnection
,
Q_ARG
(
QList
<
QUrl
>
,
{
QUrl
::
fromLocalFile
(
selectedFile
)}),
Q_ARG
(
QString
,
folderInfo
));
}
});
if
(
!
proxiedClips
.
isEmpty
())
{
if
(
proxiedClips
.
isEmpty
())
{
// If there is a proxy, replacing it in timeline will trigger the monitor once replaced
refreshMonitor
();
}
...
...
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