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
Graphics
Krita
Commits
82c56248
Commit
82c56248
authored
Aug 21, 2020
by
Dmitry Kazakov
Browse files
Fix errorneously set background color in EXR loading code
BUG:425588
parent
53a17bfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/impex/exr/exr_converter.cc
View file @
82c56248
...
...
@@ -884,8 +884,6 @@ KisImportExportErrorCode EXRConverter::decode(const QString &filename)
dbgFile
<<
"No decoding "
<<
info
.
name
<<
" with "
<<
info
.
channelMap
.
size
()
<<
" channels, and lack of a color space"
;
}
}
// Set projectionColor to opaque
d
->
image
->
setDefaultProjectionColor
(
KoColor
(
Qt
::
transparent
,
colorSpace
));
// After reading the image, notify the user about changed alpha.
if
(
d
->
alphaWasModified
)
{
...
...
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