Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
45a8b683
Commit
45a8b683
authored
Jul 21, 2017
by
Nicolas Carion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix import image sequence
parent
da98113f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dialogs/clipcreationdialog.cpp
src/dialogs/clipcreationdialog.cpp
+1
-1
No files found.
src/dialogs/clipcreationdialog.cpp
View file @
45a8b683
...
...
@@ -552,7 +552,7 @@ void ClipCreationDialog::createClipsCommand(KdenliveDoc *doc, const QStringList
if
(
!
list
.
isEmpty
())
{
KRecentDirs
::
add
(
QStringLiteral
(
":KdenliveClipFolder"
),
list
.
constFirst
().
adjusted
(
QUrl
::
RemoveFilename
).
toLocalFile
());
}
if
(
b
->
isChecked
()
&&
list
.
count
()
=
=
1
)
{
if
(
b
->
isChecked
()
&&
list
.
count
()
>
=
1
)
{
// Check for image sequence
QUrl
url
=
list
.
at
(
0
);
QString
fileName
=
url
.
fileName
().
section
(
QLatin1Char
(
'.'
),
0
,
-
2
);
...
...
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