Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions enable/abstract_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ class AbstractWindow(HasTraits):
# painted with this color before the component gets to draw.
bgcolor = ColorTrait("sys_window")

# 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")

alt_pressed = Bool(False)
ctrl_pressed = Bool(False)
shift_pressed = Bool(False)
Expand Down