Changing ImageButton state is not reflected in image

What do you want to achieve?

I have images for Released, Pressed and Disabled.
If I change the button state in SLS, the image button does not immediately update to the appropriate image for the new state. I have to click on a different screen then click back on the screen with the button for the image to reflect the new state.

What have you tried so far?

N/A

Screenshot or video

N/A

Others

  • SquareLine Studio version:
    1.0.5
  • Operating system:
    Windows 10 x64
  • Target hardware:
    Raspberry Pi 4

It’s an issue in LVGL becasue the imgbutton’s state needs to changes with a different function. @kisvegabor will take look at it.