Bugfix: The red, green and blue TRC were incorrectly set in ICC file

See #4478
This commit is contained in:
Hombre
2018-06-25 16:45:48 +02:00
parent 253b8c06b9
commit 97ea1cd0db
2 changed files with 2 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ class ICCProfileCreator : public Gtk::Dialog, public AdjusterListener
private:
double ga[7];
cmsFloat64Number ga[7]; // 7 parameters for smoother curves
//------------------------ Params -----------------------
Glib::ustring primariesPreset;