fix direction mark
This commit is contained in:
parent
9e32328e3c
commit
20ba20bae2
|
@ -208,8 +208,8 @@ warnings.resetwarnings()
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
warnings.filterwarnings(action='ignore')
|
warnings.filterwarnings(action='ignore')
|
||||||
|
|
||||||
if Gtk.Widget.get_default_direction() == Gtk.TextDirection.LTR:
|
if Gtk.Widget.get_default_direction() == Gtk.TextDirection.RTL:
|
||||||
i18n.direction_mark = '\u200E'
|
i18n.direction_mark = '\u200F'
|
||||||
pritext = ''
|
pritext = ''
|
||||||
|
|
||||||
from common import exceptions
|
from common import exceptions
|
||||||
|
|
Loading…
Reference in New Issue