mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Minor fix in RichText selection font color .
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user