Philipp Hörist pushed to branch master at gajim / gajim
Commits:
e94366e3 by Philipp Hörist at 2026-07-21T22:26:53+02:00
fix: MessageInput: Close completion popover when switching chat
Related #12738
- - - - -
1 changed file:
- gajim/gtk/message_input.py
Changes:
=====================================
gajim/gtk/message_input.py
=====================================
@@ -211,6 +211,7 @@ def end_correction(self) -> None:
self.clear()
def switch_contact(self, contact: ChatContactT) -> None:
+ self._completion_popover.popdown()
self._text_buffer_manager.switch_contact(contact)
self.clear()
self._contact = contact
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/e94366e3e92a8ebe75f7bdd96689cc985e242dd6
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/e94366e3e92a8ebe75f7bdd96689cc985e242dd6
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]