diff --git a/TextWidgets.go b/TextWidgets.go index 4053eba2..13eff3f0 100644 --- a/TextWidgets.go +++ b/TextWidgets.go @@ -538,5 +538,5 @@ func (l *LabelWidget) Build() { } } - imgui.Text(l.label) + imgui.TextUnformatted(l.label) }