Skip to content
Snippets Groups Projects
Commit e556c108 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix TB when scrolling is too long

parent e5c3b786
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,9 @@ class ConversationTextview:
return True
def smooth_scroll_timeout(self):
if not self.smooth_id:
# we finished scrolling
return
gobject.source_remove(self.smooth_id)
self.smooth_id = None
parent = self.tv.get_parent()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment