give focus to conversation textview when we insensitive message_textview so that it can receive Ctrl+1,2,3. Fixes #2263
This commit is contained in:
parent
e80467dc0d
commit
2d56a72fcb
|
@ -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)
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue