When the page of tabview moves, the image button as child widget cannot be rotated and scaled
QT simulator
V7.8.1
scale or rotate the image button when page of tabeview moving
when the page of tabview moving,i get the angle of image button rotated,it not 0,but the image don`t change.
Code to reproduce
get image button rotated angle:
printf(“angle:%d\n”,(short)lv_img_get_angle(icon_img[0]));
set image button rotated angle every 10ms:
lv_img_set_angle(icon_img[0],coordsx);
Screenshot and/or video
all the icon image button not rotate,but get the angle of image button not 0.