Textarea max length 128 does not work

What do you want to achieve?

I intended to set the max length of a textarea to 128 since it is a nice and round number. However, the line
lv_textarea_set_max_length(ui_txtarea, 128);
is missing in the generated ui.c file. Setting max length e.g. 127 or 129 works fine.

What have you tried so far?

Set the max length to 127, 128 and 129. Only 128 (of these three…) has problem.

Screenshot or video

Others

  • SquareLine Studio version:
    1.1.0 beta 1
  • Operating system:
    windows 10
  • Target hardware:
    arm linux

Very strange, we are looking into it.