mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Disable field in attribute table if field is not editable
This commit is contained in:
parent
b1efd47961
commit
79a524fb60
@ -74,6 +74,8 @@ QWidget *QgsAttributeTableDelegate::createEditor(
|
||||
}
|
||||
}
|
||||
|
||||
w->setEnabled( vl->fieldEditable( fieldIdx ) );
|
||||
|
||||
return w;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user