Fast Demosaic is executed twice when Input Profile is set to 'Camera standard', another case, Issue 2299

This commit is contained in:
Ingo
2014-03-24 17:38:57 +01:00
parent 10353416c9
commit 70d2cdde5c

View File

@@ -356,7 +356,7 @@ void ICMPanel::read (const ProcParams* pp, const ParamsEdited* pedited) {
tcurveconn.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);
if (pp->icm.input == "(none)" && icamera->get_state()!=Gtk::STATE_INSENSITIVE) {