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

revert bad change from [7807]. focus_out_line in gc are now not moved on each message.

parent b30e4548
No related branches found
No related tags found
No related merge requests found
......@@ -246,6 +246,8 @@ class ConversationTextview:
before_img_iter.backward_char() # one char back (an image also takes one char)
buffer.apply_tag_by_name('focus-out-line', before_img_iter, end_iter)
self.allow_focus_out_line = False
# update the iter we hold to make comparison the next time
self.focus_out_end_iter_offset = buffer.get_end_iter().get_offset()
......
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