mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 12:26:44 +00:00 
			
		
		
		
	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