master
yumoqing 2022-11-16 15:43:03 +08:00
parent e4921b4a45
commit 65fcec49af
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def blocksImage(name):
blockImage = blocksImage
def blocksttf(name):
p = os.path_dirname(os.path.abspath(__file__))
p = os.path.dirname(os.path.abspath(__file__))
return os.path.join(p, 'ttf', name)
def loaded(widget):