Fix crash on reading background shorthand with single value

fixes
Nimetu 3 years ago
parent a28bda89e6
commit d0d38238a8

@ -1028,6 +1028,9 @@ namespace NLGUI
// second loop -> false && break
loop = !loop;
if (next >= parts.size())
break;
val = toLower(parts[next]);
if (val == "center")
{

Loading…
Cancel
Save