Skip to content

Commit

Permalink
Merge pull request #782 from gucio321/label-fix
Browse files Browse the repository at this point in the history
label: use TextUnformatted
  • Loading branch information
gucio321 authored Mar 22, 2024
2 parents 36dc426 + d68633f commit d48ab7f
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 d48ab7f

Please sign in to comment.