forked from teamnwah/openmw-tes3coop
Adjust columns of nested tables when a dialog subview is opened
This commit is contained in:
parent
6cfee630aa
commit
1e368de289
1 changed files with 1 additions and 2 deletions
|
@ -469,8 +469,7 @@ void CSVWorld::EditWidget::remake(int row)
|
|||
mTable->data (mTable->index (row, idColumn)).toString().toUtf8().constData());
|
||||
|
||||
NestedTable* table = new NestedTable(mDocument, id, mNestedModels.back(), this);
|
||||
// FIXME: does not work well when enum delegates are used
|
||||
//table->resizeColumnsToContents();
|
||||
table->resizeColumnsToContents();
|
||||
|
||||
if(mTable->index(row, i).data().type() == QVariant::UserType)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue