Tables: activating an ID (e.g. clicking button inside) column doesn't prevent columns output flags from having ImGuiTableColumnFlags_IsHovered set. (#2957)

This commit is contained in:
ocornut
2022-10-13 15:15:42 +02:00
parent 3e8d198133
commit b15347cb7d
3 changed files with 11 additions and 1 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 WIP"
#define IMGUI_VERSION_NUM 18830
#define IMGUI_VERSION_NUM 18831
#define IMGUI_HAS_TABLE
/*