fix: unicode symbol rendering in symbol palette

This commit is contained in:
CJ van den Berg 2025-12-27 21:43:37 +01:00
parent 6187bc5191
commit 3886427582
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 26 additions and 82 deletions

View file

@ -183,6 +183,7 @@ pub fn on_render_menu(_: *Type, button: *Type.ButtonType, theme: *const Widget.T
theme,
if (values.label_detail.len > detail_limit) "" else "",
if (values.label_description.len > description_limit) "" else "",
&.{},
);
}