convergence on listers / visual fixes

This commit is contained in:
Ryan Fleury
2025-03-19 15:30:47 -07:00
parent 7d4d8762b7
commit d3e25567ac
8 changed files with 96 additions and 70 deletions
+1
View File
@@ -350,6 +350,7 @@ typedef U64 UI_BoxFlags;
# define UI_BoxFlag_HasDisplayString (UI_BoxFlags)(1ull<<49)
# define UI_BoxFlag_HasFuzzyMatchRanges (UI_BoxFlags)(1ull<<50)
# define UI_BoxFlag_RoundChildrenByParent (UI_BoxFlags)(1ull<<51)
# define UI_BoxFlag_SquishAnchored (UI_BoxFlags)(1ull<<52)
//- rjf: bundles
# define UI_BoxFlag_Clickable (UI_BoxFlag_MouseClickable|UI_BoxFlag_KeyboardClickable)