From 20f73e83b1424dd86b28de4537c2fe35beca331c Mon Sep 17 00:00:00 2001 From: aaronayres35 <36972686+aaronayres35@users.noreply.github.com> Date: Thu, 24 Jun 2021 04:36:02 -0700 Subject: [PATCH] remove Does not work on Qt. comments as they do work on Qt now (#1701) --- traitsui/editors/table_editor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traitsui/editors/table_editor.py b/traitsui/editors/table_editor.py index 65c236501..2e646759b 100644 --- a/traitsui/editors/table_editor.py +++ b/traitsui/editors/table_editor.py @@ -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