aboutsummaryrefslogtreecommitdiff
path: root/music_sampler/sysfont.py
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2019-10-20 18:55:57 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2019-10-20 18:55:57 +0200
commitde71c01cd5c6dca3b33201a9effafc6c422fa239 (patch)
treefb8cfa1b50c58c641610e0413b1a77d70072dfe5 /music_sampler/sysfont.py
parentb3951077630d9f8188fe15fca899f75be41ff4fe (diff)
downloadMusicSampler-de71c01cd5c6dca3b33201a9effafc6c422fa239.tar.gz
MusicSampler-de71c01cd5c6dca3b33201a9effafc6c422fa239.tar.zst
MusicSampler-de71c01cd5c6dca3b33201a9effafc6c422fa239.zip
Add comment action1.5.0
Diffstat (limited to 'music_sampler/sysfont.py')
-rw-r--r--music_sampler/sysfont.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/music_sampler/sysfont.py b/music_sampler/sysfont.py
index f47693e..7bb518e 100644
--- a/music_sampler/sysfont.py
+++ b/music_sampler/sysfont.py
@@ -115,7 +115,7 @@ def _cache_fonts_fontconfig():
115 115
116 # get the font name 116 # get the font name
117 name = None 117 name = None
118 if len(values) > 3: 118 if len(values) > 4:
119 fullnames, fullnamelangs = values[3:] 119 fullnames, fullnamelangs = values[3:]
120 langs = fullnamelangs.split(",") 120 langs = fullnamelangs.split(",")
121 try: 121 try: