KelSolaar opened this issue 4 years ago · 1 comments
In Expression10:
Expression10
x>width/3&&x<width/3*2
should be
x>width/3&&x<=width/3*2 ^
Sorry totally missed this! Thanks for the fix, I've merged it.