fix direction mark
This commit is contained in:
		
							parent
							
								
									9e32328e3c
								
							
						
					
					
						commit
						20ba20bae2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -208,8 +208,8 @@ warnings.resetwarnings()
 | 
			
		|||
if os.name == 'nt':
 | 
			
		||||
    warnings.filterwarnings(action='ignore')
 | 
			
		||||
 | 
			
		||||
if Gtk.Widget.get_default_direction() == Gtk.TextDirection.LTR:
 | 
			
		||||
    i18n.direction_mark = '\u200E'
 | 
			
		||||
if Gtk.Widget.get_default_direction() == Gtk.TextDirection.RTL:
 | 
			
		||||
    i18n.direction_mark = '\u200F'
 | 
			
		||||
pritext = ''
 | 
			
		||||
 | 
			
		||||
from common import exceptions
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue