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:
@@ -1068,7 +1068,6 @@ void EditorPanel::open (Thumbnail* tmb, rtengine::InitialImage* isrc)
|
||||
// since there was no resize event
|
||||
if (iareapanel->imageArea->mainCropWindow) {
|
||||
iareapanel->imageArea->mainCropWindow->cropHandler.newImage (ipc, false);
|
||||
iareapanel->imageArea->mainCropWindow->initialImageArrived();
|
||||
|
||||
// In single tab mode, the image is not always updated between switches
|
||||
// normal redraw don't work, so this is the hard way
|
||||
|
Reference in New Issue
Block a user