font renderer: word wrap is fix, gui: label scrollbar

This commit is contained in:
Turánszki János
2022-05-20 15:09:57 +02:00
parent e839c235f0
commit 628bd67ea9
5 changed files with 357 additions and 348 deletions
+1 -1
View File
@@ -948,7 +948,7 @@ void EditorComponent::Load()
helpLabel.Create("HelpLabel");
helpLabel.SetText(ss);
helpLabel.SetVisible(false);
helpLabel.SetColor(wi::Color(113, 183, 214, 100), wi::gui::WIDGETSTATE::IDLE);
helpLabel.SetColor(wi::Color(113, 183, 214, 100));
GetGUI().AddWidget(&helpLabel);
}