228
228
# This sets the cursor, which causes the expander to close, which
229
229
# causes the _file_message_text_view to never get realized. So we have
230
230
# to give it a little kick, or it warns when we try to grab the focus
233
233
def _realize_file_message_tree_view(*args):
234
234
self._file_message_text_view.realize()