don't generate transparent png file when rendering latex expressions.
This commit is contained in:
		
							parent
							
								
									67b9f1cdae
								
							
						
					
					
						commit
						e0e86b8f91
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -830,7 +830,7 @@ class ConversationTextview:
 | 
			
		|||
			exitcode = p.wait()
 | 
			
		||||
 | 
			
		||||
		if exitcode == 0:
 | 
			
		||||
			p = Popen(['convert', tmpfile + '.ps', tmpfile + '.png'],
 | 
			
		||||
			p = Popen(['convert', '-alpha', 'off', tmpfile + '.ps', tmpfile + '.png'],
 | 
			
		||||
				cwd=gettempdir())
 | 
			
		||||
			exitcode = p.wait()
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue