mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
hide record type column in resources tables
This commit is contained in:
parent
98fa789904
commit
a5ecf2e9f0
@ -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…
x
Reference in New Issue
Block a user