Skip to content

Commit

Permalink
remove Does not work on Qt. comments as they do work on Qt now (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronayres35 authored Jun 24, 2021
1 parent 30cbb37 commit 20f73e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions traitsui/editors/table_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ class TableEditor(EditorFactory):
#: this.
label_bg_color = Color(default=None, allow_none=True)

#: Background color of selected item. Does not work on Qt.
#: Background color of selected item.
selection_bg_color = Color(default=None, allow_none=True)

#: Color of selected text. Does not work on Qt.
#: Color of selected text.
selection_color = Color(default=None, allow_none=True)

#: Height (in pixels) of column labels
Expand Down

0 comments on commit 20f73e8

Please sign in to comment.