Fix double background being rendered.

This commit is contained in:
Martín Lucas Golini
2026-06-02 14:51:34 -03:00
parent 5030e392df
commit b97232cecc
4 changed files with 35 additions and 4 deletions

View File

@@ -45,6 +45,8 @@ class EE_API UITextSpan : public UIRichText {
virtual bool isInlineBlock() const;
virtual void onDisplayChange();
virtual void draw();
virtual bool applyProperty( const StyleSheetProperty& attribute );