2021-10-28 04:00 AM
Hi,
I'd like to know what is the difference between the icon of the button and the image of the button.
What is the difference? they seem to do exactly the same thing...
thank you
Solved! Go to Solution.
2021-10-28 04:05 AM
Drawing icon after drawing image.
You can view the implementation of the function.
(void ButtonWithIcon::draw(const Rect& invalidatedArea) const).
2021-10-28 04:05 AM
Drawing icon after drawing image.
You can view the implementation of the function.
(void ButtonWithIcon::draw(const Rect& invalidatedArea) const).