bugfix
This commit is contained in:
parent
e4921b4a45
commit
65fcec49af
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user