mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
progress on single path for building all cells in watch window, reaching feature parity with old watch windows
This commit is contained in:
+1
-1
@@ -12681,7 +12681,7 @@ df_label(String8 string)
|
||||
internal UI_Signal
|
||||
df_error_label(String8 string)
|
||||
{
|
||||
UI_Box *box = ui_build_box_from_stringf(UI_BoxFlag_Clickable, "###%S_error_label", string);
|
||||
UI_Box *box = ui_build_box_from_key(0, ui_key_zero());
|
||||
UI_Signal sig = ui_signal_from_box(box);
|
||||
UI_Parent(box) UI_Palette(ui_build_palette(ui_top_palette(), .text = df_rgba_from_theme_color(DF_ThemeColor_TextNegative), .text_weak = df_rgba_from_theme_color(DF_ThemeColor_TextNegative)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user