Partial profile application of Detail settings does not work, fixes #4945
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
#include "batchqueue.h"
|
#include "batchqueue.h"
|
||||||
#include "extprog.h"
|
#include "extprog.h"
|
||||||
#include "profilestorecombobox.h"
|
#include "profilestorecombobox.h"
|
||||||
|
#include "procparamchangers.h"
|
||||||
|
|
||||||
using namespace rtengine::procparams;
|
using namespace rtengine::procparams;
|
||||||
|
|
||||||
@@ -449,7 +450,9 @@ void Thumbnail::setProcParams (const ProcParams& pp, ParamsEdited* pe, int whoCh
|
|||||||
|| pparams.hsvequalizer != pp.hsvequalizer
|
|| pparams.hsvequalizer != pp.hsvequalizer
|
||||||
|| pparams.filmSimulation != pp.filmSimulation
|
|| pparams.filmSimulation != pp.filmSimulation
|
||||||
|| pparams.softlight != pp.softlight
|
|| pparams.softlight != pp.softlight
|
||||||
|| pparams.dehaze != pp.dehaze;
|
|| pparams.dehaze != pp.dehaze
|
||||||
|
|| whoChangedIt == FILEBROWSER
|
||||||
|
|| whoChangedIt == BATCHEDITOR;
|
||||||
|
|
||||||
{
|
{
|
||||||
MyMutex::MyLock lock(mutex);
|
MyMutex::MyLock lock(mutex);
|
||||||
|
Reference in New Issue
Block a user