Nav: Fixed navigation within tables/columns where item boundaries goes beyond columns limits. (#2221)

This commit is contained in:
ocornut
2023-04-20 16:24:14 +02:00
parent 8d9e50c807
commit 00d3f9295e
5 changed files with 32 additions and 4 deletions

View File

@ -23,7 +23,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM > 12345')
#define IMGUI_VERSION "1.89.6 WIP"
#define IMGUI_VERSION_NUM 18951
#define IMGUI_VERSION_NUM 18952
#define IMGUI_HAS_TABLE
/*