changeset c5adc76cf1b0 in /home/hg/repos/gajim

branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=c5adc76cf1b0
description: don't use smooth scrolling when chnging fond or resizing chr 
window. Fixes #7268

diffstat:

 src/chat_control.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 331a5a64567c -r c5adc76cf1b0 src/chat_control.py
--- a/src/chat_control.py       Thu Aug 15 14:38:59 2013 +0400
+++ b/src/chat_control.py       Thu Aug 15 14:25:44 2013 +0200
@@ -1277,7 +1277,7 @@
         # used to stay at the end of the textview when we shrink conversation
         # textview.
         if self.was_at_the_end:
-            self.conv_textview.bring_scroll_to_end(-18)
+            self.conv_textview.bring_scroll_to_end(-18, use_smooth=False)
         self.was_at_the_end = (adjustment.upper - adjustment.value - 
adjustment.page_size) < 18
 
     def on_conversation_vadjustment_value_changed(self, adjustment):
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to