Skip to content

BF: EV widgets have no effect after nevs is reduced

Paul McCarthy requested to merge bf/listprops into master

When the number of EVs is reduced, the name/on/off/phase widgets for the remaining EVs were having no effect. This is because re-assigning a fsleyes_props.List property would cause all individual PropertyValue instances to be re-created. Using the del operator instead results in existing PropertyValue elements being retained.

Merge request reports