diff -r 7cfd36aa005b -r af411868ab9b ui/winui/label.cpp --- a/ui/winui/label.cpp Wed Jan 31 12:55:11 2024 +0100 +++ b/ui/winui/label.cpp Tue Feb 06 14:17:22 2024 +0100 @@ -99,7 +99,7 @@ void ui_label_set(UiString* str, const char* newvalue) { UiWidget* widget = (UiWidget*)str->obj; - TextBox box = widget->uielement.as(); + TextBlock box = widget->uielement.as(); box.Text(ui_wstring_set(str, newvalue)); }