Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
d7121d8e by wurstsalat at 2022-11-18T14:07:32+01:00
fix: GroupchatRoster: Set visibility when hiding

Hides the roster completely, so that the chat scrollbar is the right-most 
widget.
Caveat: Un-reveal animation is gone

- - - - -


1 changed file:

- gajim/gtk/groupchat_roster.py


Changes:

=====================================
gajim/gtk/groupchat_roster.py
=====================================
@@ -124,6 +124,7 @@ def _hide_roster(self, hide_roster: bool, *args: Any) -> 
None:
 
         self.set_transition_type(transition)
         self.set_reveal_child(not hide_roster)
+        self.set_visible(not hide_roster)
 
     def _on_reveal(self, revealer: Gtk.Revealer, param: Any) -> None:
         if revealer.get_reveal_child():



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/d7121d8e34bb999e89efef70641340221bf35f64
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