mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Re-add mistakenly removed line and fix a silly typo.
This commit is contained in:
parent
80869d9bae
commit
77471d1592
@ -221,7 +221,7 @@ namespace CSMWorld
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
Private:
|
private:
|
||||||
bool mFixedRows;
|
bool mFixedRows;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -577,7 +577,9 @@ void CSVWorld::EditWidget::remake(int row)
|
|||||||
fixedRows = true;
|
fixedRows = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
NestedTable* table = new NestedTable(mDocument, id, mNestedModels.back(), this, editable, fixedRows);
|
NestedTable* table =
|
||||||
|
new NestedTable(mDocument, id, mNestedModels.back(), this, editable, fixedRows);
|
||||||
|
table->resizeColumnsToContents();
|
||||||
if (!editable)
|
if (!editable)
|
||||||
{
|
{
|
||||||
table->setEditTriggers(QAbstractItemView::NoEditTriggers);
|
table->setEditTriggers(QAbstractItemView::NoEditTriggers);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user