more work on combined cell path, debugging, fixes

This commit is contained in:
Ryan Fleury
2025-04-22 15:29:58 -07:00
parent d9d102cb56
commit 5aae5cc4bb
8 changed files with 586 additions and 536 deletions
+3
View File
@@ -1179,4 +1179,7 @@ internal F32 ui_top_px_height(void);
//- rjf: context menu
#define UI_CtxMenu(key) DeferLoopChecked(ui_begin_ctx_menu(key), ui_end_ctx_menu())
//- rjf: debug
#define UI_Debug UI_FlagsAdd(UI_BoxFlag_Debug)
#endif // UI_H