mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
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();
|
||||
|
||||
if (role==ColumnBase::Role_Flags)
|
||||
return ColumnBase::Flag_Table;
|
||||
return section==0 ? ColumnBase::Flag_Table : 0;
|
||||
|
||||
switch (section)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue