Skip to content
Snippets Groups Projects
Commit 2d56a72f authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

give focus to conversation textview when we insensitive message_textview so...

give focus to conversation textview when we insensitive message_textview so that it can receive Ctrl+1,2,3. Fixes #2263
parent e80467dc
No related branches found
No related tags found
No related merge requests found
......@@ -792,6 +792,7 @@ class ChatControlBase(MessageControl):
def got_disconnected(self):
self.msg_textview.set_sensitive(False)
self.msg_textview.set_editable(False)
self.conv_textview.tv.grab_focus()
self.xml.get_widget('send_button').set_sensitive(False)
################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment