enthought / pyface

pyface: traits-capable windowing framework
Other
105 stars 55 forks source link

Context menu observers not removed properly #1063

Closed corranwebster closed 2 years ago

corranwebster commented 2 years ago

It gets set up in MWidget here: https://github.com/enthought/pyface/blob/8ccbdb312b4daaafd0ec6c3267e10062b7b72fad/pyface/i_widget.py#L178-L180 but only removed in MField, here (and nowhere else): https://github.com/enthought/pyface/blob/8ccbdb312b4daaafd0ec6c3267e10062b7b72fad/pyface/fields/i_field.py#L52-L57

The latter should be moved to MWidget.