PARALLACTION: Do not call close on a SaveLoadChooser.
This commit is contained in:
parent
5c8b7af495
commit
9b05f4e103
1 changed files with 0 additions and 1 deletions
|
@ -192,7 +192,6 @@ int SaveLoad::selectSaveFile(Common::String &selectedName, bool saveMode, const
|
|||
int idx = slc.runModalWithPluginAndTarget(plugin, ConfMan.getActiveDomainName());
|
||||
if (idx >= 0) {
|
||||
selectedName = slc.getResultString();
|
||||
slc.close();
|
||||
}
|
||||
|
||||
return idx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue