Guard processor
in editorpanel.cc
(#3578)
This commit is contained in:
parent
a7b670dc27
commit
414f28e806
@ -235,12 +235,14 @@ private:
|
|||||||
#if !defined(__APPLE__) // monitor profile not supported on apple
|
#if !defined(__APPLE__) // monitor profile not supported on apple
|
||||||
if (profileBox.get_active_row_number () > 0) {
|
if (profileBox.get_active_row_number () > 0) {
|
||||||
#endif
|
#endif
|
||||||
if (!noEvent) {
|
if (processor) {
|
||||||
processor->beginUpdateParams ();
|
if (!noEvent) {
|
||||||
}
|
processor->beginUpdateParams ();
|
||||||
processor->setSoftProofing (softProof.get_sensitive() && softProof.get_active(), spGamutCheck.get_sensitive() && spGamutCheck.get_active());
|
}
|
||||||
if (!noEvent) {
|
processor->setSoftProofing (softProof.get_sensitive() && softProof.get_active(), spGamutCheck.get_sensitive() && spGamutCheck.get_active());
|
||||||
processor->endUpdateParams (rtengine::EvMonitorTransform);
|
if (!noEvent) {
|
||||||
|
processor->endUpdateParams (rtengine::EvMonitorTransform);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#if !defined(__APPLE__) // monitor profile not supported on apple
|
#if !defined(__APPLE__) // monitor profile not supported on apple
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user