don't grab focus on message textview when we select a tab. fixes #3740
This commit is contained in:
parent
c8b25f37a5
commit
0f4aa21587
|
@ -797,7 +797,6 @@ class ChatControlBase(MessageControl):
|
||||||
types = type_):
|
types = type_):
|
||||||
# There were events to remove
|
# There were events to remove
|
||||||
self.redraw_after_event_removed(jid)
|
self.redraw_after_event_removed(jid)
|
||||||
self.msg_textview.grab_focus()
|
|
||||||
# Note, we send None chatstate to preserve current
|
# Note, we send None chatstate to preserve current
|
||||||
self.parent_win.redraw_tab(self)
|
self.parent_win.redraw_tab(self)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue