Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
48e64923 by wurstsalat at 2026-01-13T20:09:52+01:00
fix: MessageRowActions: Always hide when switching contacts
Fixes #12591
- - - - -
1 changed file:
- gajim/gtk/conversation/rows/widgets.py
Changes:
=====================================
gajim/gtk/conversation/rows/widgets.py
=====================================
@@ -164,6 +164,7 @@ def update(self, y_coord: float, message_row: MessageRow)
-> None:
def switch_contact(self, contact: ChatContactT) -> None:
self._message_row = None
self._contact = contact
+ self.set_visible(False)
def _hide_with_timeout(self) -> None:
if self._timeout_id is not None:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/48e649230b18ff33e1daddb672641a87f0b75adf
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/48e649230b18ff33e1daddb672641a87f0b75adf
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]