forked from mirror/openmw-tes3mp
Change flag for base land textures
This commit is contained in:
parent
054e6a780e
commit
3981f79d38
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ Qt::ItemFlags CSMWorld::LandTextureIdTable::flags(const QModelIndex& index) cons
|
|||
Qt::ItemFlags flags = IdTable::flags(index);
|
||||
|
||||
if (!idCollection()->getRecord(index.row()).isModified())
|
||||
flags &= ~Qt::ItemIsEditable;
|
||||
flags &= ~Qt::ItemIsEnabled;
|
||||
|
||||
return flags;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue