Fast Demosaic is executed twice when Input Profile is set to 'Camera standard', another case, Issue 2299
This commit is contained in:
@@ -356,7 +356,7 @@ void ICMPanel::read (const ProcParams* pp, const ParamsEdited* pedited) {
|
|||||||
tcurveconn.block(true);
|
tcurveconn.block(true);
|
||||||
blendcmsconn.block(true);
|
blendcmsconn.block(true);
|
||||||
|
|
||||||
if(pp->icm.input.substr(0,5) != "file:")
|
if(pp->icm.input.substr(0,5) != "file:" && !ipDialog->get_filename().empty())
|
||||||
ipDialog->set_filename(pp->icm.input);
|
ipDialog->set_filename(pp->icm.input);
|
||||||
|
|
||||||
if (pp->icm.input == "(none)" && icamera->get_state()!=Gtk::STATE_INSENSITIVE) {
|
if (pp->icm.input == "(none)" && icamera->get_state()!=Gtk::STATE_INSENSITIVE) {
|
||||||
|
Reference in New Issue
Block a user