more double promote fixes, still not complete
This commit is contained in:
@@ -4289,7 +4289,7 @@ int ProcParams::load(const Glib::ustring& fname, ParamsEdited* pedited)
|
||||
|
||||
if (keyFile.has_key("Shadows & Highlights", "LocalContrast") && ppVersion < 329) {
|
||||
int lc = keyFile.get_integer("Shadows & Highlights", "LocalContrast");
|
||||
localContrast.amount = float(lc) / 30.;
|
||||
localContrast.amount = float(lc) / 30.f;
|
||||
|
||||
if (pedited) {
|
||||
pedited->localContrast.amount = true;
|
||||
|
||||
Reference in New Issue
Block a user