Minor fix : QetGraphicsTableItem keep his size when model is reseted or when open from xml.

This commit is contained in:
Claveau Joshua
2020-10-10 11:18:21 +02:00
parent 5d47ecd8f6
commit b45c6b453e
3 changed files with 15 additions and 69 deletions

View File

@@ -184,7 +184,7 @@ void ProjectDBModel::setQuery(const QString &query)
if (rm_) {
emit beginResetModel();
}
m_query = query;
if (m_project)