Philipp Hörist pushed to branch master at gajim / gajim


Commits:
965b4a6f by lovetox at 2021-01-18T21:40:49+01:00
ChatControlBase: Don’t unselect text after key press

This clears the SELECTION Clipboard for example when pressing ALT + TAB

- - - - -


1 changed file:

- gajim/chat_control_base.py


Changes:

=====================================
gajim/chat_control_base.py
=====================================
@@ -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



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/965b4a6f71ab5a71acae21e0bb8e5d60a09cb77f

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/965b4a6f71ab5a71acae21e0bb8e5d60a09cb77f
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to