Tables, MultiSelect: Fixed an issue where column width may be mismeasured when calling BeginMultiSelect() while inside a table. (#8250)

This commit is contained in:
ocornut
2024-12-19 18:14:22 +01:00
parent 9b0e61aaaa
commit fd93229770
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.91.7 WIP"
#define IMGUI_VERSION_NUM 19162
#define IMGUI_VERSION_NUM 19163
#define IMGUI_HAS_TABLE
/*