Automatic high detail preview rendering when entering 100% views

See issue 838
This commit is contained in:
Oliver Duis
2011-07-14 13:57:32 +02:00
parent 4b4bf4b79e
commit 091cc56a01
11 changed files with 85 additions and 47 deletions

View File

@@ -161,12 +161,12 @@ void RawProcess::methodChanged ()
}else{
dcbOptions->hide();
}
Glib::ustring s="";
Glib::ustring methodName="";
if( curSelection>=0 && curSelection < procparams::RAWParams::numMethods)
s = procparams::RAWParams::methodstring[curSelection];
methodName = procparams::RAWParams::methodstring[curSelection];
if (listener)
listener->panelChanged (EvDemosaicMethod, s);
listener->panelChanged (EvDemosaicMethod, methodName);
}
void RawProcess::dcbEnhanceChanged ()