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
Graphics
Krita
Commits
38b9dfa6
Commit
38b9dfa6
authored
Jun 02, 2021
by
Dmitry Kazakov
Browse files
Fix export in Krita using CLI
parent
53cd440f
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/ui/KisApplication.cpp
View file @
38b9dfa6
...
...
@@ -566,6 +566,7 @@ bool KisApplication::start(const KisApplicationArguments &args)
}
qApp
->
processEvents
();
// For vector layers to be updated
doc
->
image
()
->
waitForDone
();
doc
->
setFileBatchMode
(
true
);
if
(
!
doc
->
exportDocumentSync
(
QUrl
::
fromLocalFile
(
exportFileName
),
outputMimetype
.
toLatin1
()))
{
...
...
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