little bugfix
This commit is contained in:
parent
9d49c12dea
commit
5fcae5b06d
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ class Chat:
|
||||||
visible_rect = conversation_textview.get_visible_rect()
|
visible_rect = conversation_textview.get_visible_rect()
|
||||||
end = False
|
end = False
|
||||||
if end_rect.y <= (visible_rect.y + visible_rect.height) or \
|
if end_rect.y <= (visible_rect.y + visible_rect.height) or \
|
||||||
(contact and contact != 'status'):
|
(kind == 'outgoing'):
|
||||||
#we are at the end or we are sending something
|
#we are at the end or we are sending something
|
||||||
end = True
|
end = True
|
||||||
conversation_textview.scroll_to_mark(conversation_buffer.\
|
conversation_textview.scroll_to_mark(conversation_buffer.\
|
||||||
|
|
Loading…
Add table
Reference in a new issue