Changes between Initial Version and Version 1 of Ticket #5228, comment 4
- Timestamp:
- Sep 23, 2021, 3:02:52 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5228, comment 4
initial v1 9 9 But later on in the code in `ItemTable.add_column`, it looks like we check the settings object we pass in for what to do instead of the dictionary we asked for. 10 10 11 https://github.com/RBVI/ChimeraX/blob/69bcb3ed8957507a8f1c7d74a46f328cc9e0d1e5/src/bundles/ui/src/widgets/item_table.py#L291-L295 12 11 13 Do you think it's safe to change it, Eric? 12 13 https://github.com/RBVI/ChimeraX/blob/69bcb3ed8957507a8f1c7d74a46f328cc9e0d1e5/src/bundles/ui/src/widgets/item_table.py#L291-L295