bugfix
This commit is contained in:
parent
ce2765afb1
commit
e4921b4a45
@ -56,10 +56,16 @@ def SUPER(klass, obj, kw):
|
|||||||
|
|
||||||
mixin_behaviors(obj, mixins_kw)
|
mixin_behaviors(obj, mixins_kw)
|
||||||
|
|
||||||
def blockImage(name):
|
def blocksImage(name):
|
||||||
p = os.path.dirname(os.path.abspath(__file__))
|
p = os.path.dirname(os.path.abspath(__file__))
|
||||||
return os.path.join(p,'imgs',name)
|
return os.path.join(p,'imgs',name)
|
||||||
|
|
||||||
|
blockImage = blocksImage
|
||||||
|
|
||||||
|
def blocksttf(name):
|
||||||
|
p = os.path_dirname(os.path.abspath(__file__))
|
||||||
|
return os.path.join(p, 'ttf', name)
|
||||||
|
|
||||||
def loaded(widget):
|
def loaded(widget):
|
||||||
widget.loadingwidget.dismiss()
|
widget.loadingwidget.dismiss()
|
||||||
# widget.remove_widget(widget.loadingwidget)
|
# widget.remove_widget(widget.loadingwidget)
|
||||||
|
Loading…
Reference in New Issue
Block a user