Skip to content

Commit

Permalink
GUI: распаковка по-умолчанию
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpas committed Mar 21, 2018
1 parent c0a3e81 commit b1cdd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtool1cd/models/table_data_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ QIODevice *TableDataModel::getBlobStream(const QModelIndex &index) const
: table->getrecord(_index->get_numrec(index.row()));

TStream *out;
if (!record->try_store_blob_data(f, out, false)) {
if (!record->try_store_blob_data(f, out, true)) {
return nullptr;
}
return new StreamDevice(out);
Expand Down

0 comments on commit b1cdd86

Please sign in to comment.