Philipp Hörist pushed to branch gtk4 at gajim / gajim
Commits:
ccf6d997 by Philipp Hörist at 2024-11-14T21:04:07+01:00
cfix: Make ListBox row focusable
otherwise the emoji picker cannot receive input focus
- - - - -
1 changed file:
- gajim/gtk/conversation/rows/base.py
Changes:
=====================================
gajim/gtk/conversation/rows/base.py
=====================================
@@ -16,7 +16,7 @@
class BaseRow(Gtk.ListBoxRow, SignalManager):
def __init__(self, account: str, widget: str | None = None) -> None:
- Gtk.ListBoxRow.__init__(self, selectable=False, can_focus=False)
+ Gtk.ListBoxRow.__init__(self, selectable=False)
SignalManager.__init__(self)
self._account = account
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ccf6d9972effa341e0c24470f144e827456d38fc
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ccf6d9972effa341e0c24470f144e827456d38fc
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]