Fix jpeg save quality

Authored by sandsmark on Mar 27 2020, 1:46 PM.

Description

Fix jpeg save quality

I got extremely bad quality when editing and saving JPEGs, and
apparently didn't it only not initialize the quality when saving it also
stored random garbage values in the config files, so they were preserved
forever.

So fetch the current value from config initially, and fetch it again
when calling save as, in case it changed. Still a bit broken, it won't
be reloaded if just saving and it is changed elsewhere, but this is the
minimal change that seems to fix the current implementation.

Reviewed By: ngraham

Differential Revision: https://phabricator.kde.org/D28348

Details

Committed
sandsmarkMar 28 2020, 12:14 PM
Reviewer
ngraham
Differential Revision
D28348: Fix jpeg save quality
Parents
R260:435d2ad1b250: Give Exit Full Screen and Configure buttons text and adjust wording
Branches
Unknown
Tags
Unknown