Multiple Editor Tabs in separate window: crash when closing tab while (image update) processing is running, Issue 2587
This commit is contained in:
@@ -211,7 +211,7 @@ bool FilePanel::imageLoaded( Thumbnail* thm, ProgressConnector<rtengine::Initial
|
||||
parent->addEditorPanel (epanel,pl->thm->getFileName());
|
||||
}
|
||||
epanel->open(pl->thm, pl->pc->returnValue() );
|
||||
if (!EditWindow::isMultiDisplayEnabled())
|
||||
if (!(options.multiDisplayMode>0))
|
||||
parent->set_title_decorated(pl->thm->getFileName());
|
||||
} else {
|
||||
{
|
||||
|
Reference in New Issue
Block a user