Multiple Editor Tabs in separate window: crash when closing tab while (image update) processing is running, Issue 2587

This commit is contained in:
Ingo
2014-11-27 19:49:08 +01:00
parent c381db2f1f
commit fb6861e481
6 changed files with 50 additions and 46 deletions

View File

@@ -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 {
{