|
# Unfortunately, for a while, there was a naming inconsistency and the |
|
# background color trait named "bg_color". This is still provided for |
|
# backwards compatibility but should not be used in new code. |
|
bg_color = Alias("bgcolor") |
This backwards compatibility seems to have been added in the commit - 1f5e90f - which has existed in chaco since version 3.3.0 of chaco.
enable/enable/abstract_window.py
Lines 71 to 74 in 5d130a1
This backwards compatibility seems to have been added in the commit - 1f5e90f - which has existed in chaco since version 3.3.0 of chaco.