mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-26 09:23:44 +00:00
improvements in text layout, focus visualization, smooth text rasterization for icons; checkpoint in ui visuals pass
This commit is contained in:
@@ -31,7 +31,7 @@ ui_divider(UI_Size size)
|
||||
internal UI_Signal
|
||||
ui_label(String8 string)
|
||||
{
|
||||
UI_Box *box = ui_build_box_from_string(UI_BoxFlag_DrawText, str8_lit(""));
|
||||
UI_Box *box = ui_build_box_from_string(UI_BoxFlag_DrawText, str8_zero());
|
||||
ui_box_equip_display_string(box, string);
|
||||
UI_Signal interact = ui_signal_from_box(box);
|
||||
return interact;
|
||||
|
||||
Reference in New Issue
Block a user