Minor fix in RichText selection font color .

This commit is contained in:
Martín Lucas Golini
2026-03-06 14:17:39 -03:00
parent 1473f6b4b6
commit 4edc8453fd
2 changed files with 6 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ class EE_API RichText : public Drawable {
std::vector<RenderParagraph> mLines;
FontStyleConfig mDefaultStyle;
TextSelectionRange mSelection{ 0, 0 };
Color mSelectionColor{ Color::Transparent };
Color mSelectionColor{ Color::White };
Color mSelectionBackColor{ 0, 0, 255, 150 };
Uint32 mAlign{ TEXT_ALIGN_LEFT };
Float mMaxWidth{ 0.f };