Philipp Hörist pushed to branch jump at gajim / gajim


Commits:
0f23aecf by Philipp Hörist at 2026-04-12T20:23:27+02:00
fix: Test higher scroll values

- - - - -


1 changed file:

- gajim/gtk/conversation/view.py


Changes:

=====================================
gajim/gtk/conversation/view.py
=====================================
@@ -948,9 +948,9 @@ def scroll_to_message(
     def _scroll_delayed(self, pk: int) -> None:
         self._scroll_and_highlight(pk)
         self._autoscroll = self._determine_autoscroll()
-        timeout_add_once(50, self._enable_signal_handlers, True)
-        timeout_add_once(50, self.block_signals, False)
-        timeout_add_once(60, self._notify, "at-bottom")
+        timeout_add_once(500, self._enable_signal_handlers, True)
+        timeout_add_once(500, self.block_signals, False)
+        timeout_add_once(600, self._notify, "at-bottom")
 
     def _scroll_and_highlight(self, pk: int) -> None:
         highlight_row = None



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

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

Reply via email to