forked from teamnwah/openmw-tes3coop
hide record type column in resources tables
This commit is contained in:
parent
98fa789904
commit
a5ecf2e9f0
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ QVariant CSMWorld::ResourceTable::headerData (int section, Qt::Orientation orien
|
||||||
return QVariant();
|
return QVariant();
|
||||||
|
|
||||||
if (role==ColumnBase::Role_Flags)
|
if (role==ColumnBase::Role_Flags)
|
||||||
return ColumnBase::Flag_Table;
|
return section==0 ? ColumnBase::Flag_Table : 0;
|
||||||
|
|
||||||
switch (section)
|
switch (section)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue