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