Skip to content

Commit

Permalink
Try removing another workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchoi committed Jun 3, 2020
1 parent 4d234d0 commit 090c75c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions traitsui/tests/editors/test_check_list_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,12 +471,6 @@ def setup_gui(self, model, view):
gui.process_events()
editor = ui.get_editors("value")[0]
line_edit = editor.control

# FIXME issue enthought/traitsui#851
if is_current_backend_wx():
import wx
self.addCleanup(line_edit.Unbind, wx.EVT_KILL_FOCUS)

return gui, editor, line_edit

def test_text_check_list_object_list(self):
Expand Down

0 comments on commit 090c75c

Please sign in to comment.