Steps:
- Add new layout;
- Add new style “def_style” in 'Textblock style manager';
- Add new Textblock;
- Type some text in the Text field in the Textblock property.
- Set style “def_style”, check Workspace;
- Set style “None”, check Workspace;
- Change text in the Text field in the TextBlock property, check Workspace;
Actual result:
4.Text is not visible with 'None' (default) style.
6.Text is visible with 'None' style.
Expected result:
Same for both cases.