Segfault when closing rt immediately after using batch edit, fixes #4806
This commit is contained in:
parent
c3fbaafc9a
commit
04b2d42d46
@ -211,6 +211,9 @@ void FileBrowserEntry::procParamsChanged (Thumbnail* thm, int whoChangedIt)
|
||||
|
||||
void FileBrowserEntry::updateImage (rtengine::IImage8* img, double scale, rtengine::procparams::CropParams cropParams)
|
||||
{
|
||||
if (!feih) {
|
||||
return;
|
||||
}
|
||||
redrawRequests++;
|
||||
feih->pending++;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user