Remove AbstractWindow.bg_color trait#816
Conversation
rahulporuri
left a comment
There was a problem hiding this comment.
LGTM. I think we can remove this outright without worrying about breaking any code. Can you also search chaco for uses of bg_color, just to be safe?
Also, I think we can remove the enable_rgba_color_editor.py module but let's do that in a separate PR
👍 I've opened #817 |
After searching chaco for https://github.com/enthought/chaco/blob/54a1b929d3e3932bc79e17de5995658bd30e1b37/examples/demo/basic/contour_plot.py#L60
|
closes #812
This PR simply removes the old deprecated trait. Note searching the codebase for
bg_coloris what motivated issue #815. Perhapsenable/trait_defs/ui/wx/enable_rgba_color_editor.pyshould just be deleted? given 815 I imagine it is completely broken