Philipp Hörist pushed to branch master at gajim / gajim
Commits:
ed50151e by lovetox at 2022-01-26T20:09:59+01:00
ConversationView: Don’t allow to focus rows
This can steal focus from the text and hinder users to copy text
- - - - -
1 changed file:
- gajim/gtk/conversation/rows/base.py
Changes:
=====================================
gajim/gtk/conversation/rows/base.py
=====================================
@@ -41,6 +41,7 @@ def __init__(self, account: str, widget: Optional[str] =
None) -> None:
self.text: str = ''
self._merged: bool = False
+ self.set_can_focus(False)
self.get_style_context().add_class('conversation-row')
self.grid = Gtk.Grid(row_spacing=3, column_spacing=12)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ed50151e036b8fda6580e2fadeef5b9a4ce7cfa8
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ed50151e036b8fda6580e2fadeef5b9a4ce7cfa8
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