[Digikam-devel] [digikam] [Bug 364333] Random resets of several configuration values
Maik Qualmann via KDE Bugzilla
bugzilla_noreply at kde.org
Fri Jun 17 19:55:20 BST 2016
https://bugs.kde.org/show_bug.cgi?id=364333
Maik Qualmann <metzpinguin at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version Fixed In| |5.0.0
CC| |metzpinguin at gmail.com
Resolution|--- |INVALID
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Maik Qualmann <metzpinguin at gmail.com> ---
This is not an bug, the value from the GUI is calculated. This is the function:
drawdecoderwidget.cpp:161
/** Convert Exposure correction shift E.V value from GUI to Linear value needs
by libraw decoder.
*/
double shiftExpoFromEvToLinear(double ev) const
{
// From GUI : -2.0EV => 0.25
// +3.0EV => 8.00
return (1.55*ev + 3.35);
}
The variable AutoZoom is Fit to Window. If reset on a restart, is correct.
Maik
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list