Fast Demosaic is executed twice when Input Profile is set to 'Camera standard'
This commit is contained in:
@@ -357,8 +357,8 @@ void ICMPanel::read (const ProcParams* pp, const ParamsEdited* pedited) {
|
|||||||
blendcmsconn.block(true);
|
blendcmsconn.block(true);
|
||||||
|
|
||||||
if(pp->icm.input.substr(0,5) != "file:")
|
if(pp->icm.input.substr(0,5) != "file:")
|
||||||
ipDialog->set_filename("");
|
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) {
|
||||||
inone->set_active (true);
|
inone->set_active (true);
|
||||||
ckbBlendCMSMatrix->set_sensitive (false);
|
ckbBlendCMSMatrix->set_sensitive (false);
|
||||||
|
Reference in New Issue
Block a user