From eb01fdb27a986d3f83831a54d2e0d57d33f75215 Mon Sep 17 00:00:00 2001 From: Ingo Date: Wed, 19 Mar 2014 17:43:23 +0100 Subject: [PATCH] Fast Demosaic is executed twice when Input Profile is set to 'Camera standard' --- rtgui/icmpanel.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtgui/icmpanel.cc b/rtgui/icmpanel.cc index 3dc9a632a..4695f009f 100644 --- a/rtgui/icmpanel.cc +++ b/rtgui/icmpanel.cc @@ -357,8 +357,8 @@ void ICMPanel::read (const ProcParams* pp, const ParamsEdited* pedited) { blendcmsconn.block(true); 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) { inone->set_active (true); ckbBlendCMSMatrix->set_sensitive (false);