The "References" column is now coloured as "Reference"

This commit is contained in:
Salvador E. Tropea 2021-04-25 09:25:49 -03:00
parent de0390f954
commit 8706e0e02f
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Not all errors during makefile generation were catched (got a stack trace).
- Output dirs created when generating a makefile for a compress target.
- Problems with some SnapEDA libs (extra space in lib termination tag #57)
- The "References" (plural) column is now coloured as "Reference" (singular)
## [0.10.1] - 2021-02-22
### Added

View File

@ -83,6 +83,7 @@ class ColumnList:
# These columns are 'immutable'
COLUMNS_PROTECTED_L = {
COL_REFERENCE_L[:-1], # The column is References and the field Reference
COL_REFERENCE_L, # The column is References and the field Reference
COL_GRP_QUANTITY_L,
COL_VALUE_L,
COL_PART_L,