Cleanup from code review
This commit is contained in:
@@ -775,7 +775,7 @@ rtengine::ProcessingJob* BatchQueue::imageReady(rtengine::IImagefloat* img)
|
||||
}
|
||||
|
||||
redraw ();
|
||||
const bool queueRunning = (processing != nullptr);
|
||||
const bool queueRunning = processing;
|
||||
notifyListener (queueRunning);
|
||||
|
||||
return processing ? processing->job : nullptr;
|
||||
|
Reference in New Issue
Block a user