Ability to copy LaTeX expressions. Fixes #5451
This commit is contained in:
parent
1f69b98cac
commit
f9dbe1b4d6
|
@ -1129,7 +1129,7 @@ class ConversationTextview(gobject.GObject):
|
||||||
end_iter = buffer_.get_end_iter()
|
end_iter = buffer_.get_end_iter()
|
||||||
if imagepath is not None:
|
if imagepath is not None:
|
||||||
anchor = buffer_.create_child_anchor(end_iter)
|
anchor = buffer_.create_child_anchor(end_iter)
|
||||||
img = gtk.Image()
|
img = TextViewImage(anchor, special_text)
|
||||||
img.set_from_file(imagepath)
|
img.set_from_file(imagepath)
|
||||||
img.show()
|
img.show()
|
||||||
# add
|
# add
|
||||||
|
|
Loading…
Reference in New Issue