mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
process memory read failuer visualization in eval watch view tables
This commit is contained in:
+1
-1
@@ -10519,7 +10519,7 @@ df_error_label(String8 string)
|
||||
ui_set_next_font(ui_icon_font());
|
||||
ui_set_next_text_alignment(UI_TextAlign_Center);
|
||||
UI_PrefWidth(ui_em(2.25f, 1.f)) ui_label(df_g_icon_kind_text_table[DF_IconKind_WarningBig]);
|
||||
ui_label(string);
|
||||
UI_PrefWidth(ui_text_dim(10, 0)) ui_label(string);
|
||||
}
|
||||
return sig;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user