mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 11:43:25 +00: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