fix Chinesse language

This commit is contained in:
Colombo 2020-03-24 19:31:17 +04:00
parent 3a9f22f68e
commit 2d5e949100
3 changed files with 18 additions and 21 deletions

View file

@ -1243,9 +1243,6 @@ def start(input_dirpath):
QFontDatabase.addApplicationFont( str(root_path / 'gfx' / 'fonts' / 'NotoSans-Medium.ttf') )
font = QFont({'en' : 'Verdana',
'ru' : 'Verdana',
'zn' : 'SimSun'}[system_language])
app.setFont( QFont('NotoSans'))
QUIConfig.initialize()