I'm formatting a title with this:
and it works fine until the cursor enters the TextItem. At that point the style is removed and the title is displayed unformatted. I haven't found where to set the style that is used when focussed. Any pointers would be appreciated.
Code:
myTextItem.setTitleStyle("coolStyle");
Comment