Fix random behaviour when opening images in SETM and 'Auto zoom to fit the crop area' is enabled, fixes #4357
This commit is contained in:
@@ -2577,7 +2577,7 @@ void CropWindow::initialImageArrived ()
|
||||
{
|
||||
|
||||
for (auto listener : listeners) {
|
||||
listener->initialImageArrived (this);
|
||||
listener->initialImageArrived();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user