Skip to content

Commit

Permalink
Windows: Fix saving tab with another plugin
Browse files Browse the repository at this point in the history
Fixes #767
  • Loading branch information
hluk committed Aug 22, 2017
1 parent dc162fe commit d7f09f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/item/itemfactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ ItemSaverPtr ItemFactory::loadItems(const QString &tabName, QAbstractItemModel *
auto saver = loader->loadItems(tabName, model, file, maxItems);
if (!saver)
return nullptr;
file->close();
saver = saveWithOther(tabName, model, saver, &loader, loaders, maxItems);
return transformSaver(model, saver, loader, loaders);
}
Expand Down

0 comments on commit d7f09f9

Please sign in to comment.