mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 08:42:23 +00:00
Fix some sub-tables becoming uneditable since commit 80869d
(cherry picked from commit 4af469511da373c48d7b3eaa0b4e1eb37971558c) Conflicts: apps/opencs/model/world/refidadapterimp.hpp
This commit is contained in:
parent
a19a1dabe2
commit
6d38d97470
@ -1983,7 +1983,7 @@ namespace CSMWorld
|
|||||||
int index) const
|
int index) const
|
||||||
{
|
{
|
||||||
if (column==mLevList.mLevList || column == mLevList.mNestedListLevList)
|
if (column==mLevList.mLevList || column == mLevList.mNestedListLevList)
|
||||||
return true; // to show nested tables in dialogue subview, see IdTree::hasChildren()
|
return QVariant::fromValue(ColumnBase::TableEdit_Full);
|
||||||
|
|
||||||
return BaseRefIdAdapter<RecordT>::getData (column, data, index);
|
return BaseRefIdAdapter<RecordT>::getData (column, data, index);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user