Guard processor
in editorpanel.cc
(#3578)
This commit is contained in:
@@ -235,6 +235,7 @@ private:
|
||||
#if !defined(__APPLE__) // monitor profile not supported on apple
|
||||
if (profileBox.get_active_row_number () > 0) {
|
||||
#endif
|
||||
if (processor) {
|
||||
if (!noEvent) {
|
||||
processor->beginUpdateParams ();
|
||||
}
|
||||
@@ -242,6 +243,7 @@ private:
|
||||
if (!noEvent) {
|
||||
processor->endUpdateParams (rtengine::EvMonitorTransform);
|
||||
}
|
||||
}
|
||||
#if !defined(__APPLE__) // monitor profile not supported on apple
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user