Skip to content

Commit

Permalink
label: use TextUnformatted
Browse files Browse the repository at this point in the history
see #781
Because Text has some limitation (no idea why)
  • Loading branch information
gucio321 committed Mar 22, 2024
1 parent 36dc426 commit d68633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TextWidgets.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,5 +538,5 @@ func (l *LabelWidget) Build() {
}
}

imgui.Text(l.label)
imgui.TextUnformatted(l.label)
}

0 comments on commit d68633f

Please sign in to comment.