Skip to content
Snippets Groups Projects
Commit 965b4a6f authored by Philipp Hörist's avatar Philipp Hörist
Browse files

ChatControlBase: Don’t unselect text after key press

This clears the SELECTION Clipboard for example when pressing ALT + TAB
parent ae18a849
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,6 @@ def _on_conv_textview_key_press_event(self, textview, event):
return Gdk.EVENT_PROPAGATE
# Focus the Message Input and resend the event
textview.unselect()
self.msg_textview.grab_focus()
self.msg_textview.get_toplevel().propagate_key_event(event)
return Gdk.EVENT_STOP
......
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