mirror of https://github.com/buggins/dlangui.git
fix custom drawables in themes - fix #305
This commit is contained in:
parent
b07d0aae9b
commit
738d70584e
|
@ -1020,7 +1020,7 @@ class Theme : Style {
|
|||
|
||||
override string customDrawableId(string id) const {
|
||||
if (_customDrawables.hasKey(id))
|
||||
_customDrawables.drawableId(id);
|
||||
return _customDrawables.drawableId(id);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue