Closed as not planned
Closed as not planned
Description
Tested versions
4.4.1 sharp stable
System information
win10
Issue description
Changing font size in theme at runtime, not working
Steps to reproduce
- Create a new project
- Add a Control parent node
- Add a Button child node
- Create a new theme on the parent node and add the Button font_size attribute to 50
- Attach a script to the parent node and change the Button font_size attribute in the theme obtained by GetTheme to 10 in the ready function
- No change to the button.