attempt to resolve #242, #229

This commit is contained in:
Vadim Lopatin 2017-08-25 18:00:18 +03:00
parent a318577f97
commit e530b93426
3 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
"dependencies": {
"dlangui": "==0.9.97",
"dlangui": "==0.9.98",
"dcd": "~>0.9.1"
},

View File

@ -51,6 +51,7 @@ StringListValue[] createFaceList(bool monospaceFirst) {
}
StringListValue[] createIntValueList(int[] values, dstring suffix = ""d) {
import std.conv : to;
StringListValue[] res;
res.assumeSafeAppend();
foreach(n; values) {

View File

@ -1 +1 @@
v0.7.50
v0.7.51