1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Windows: BeginChild(), Tables:fixed visibility of fully clipped child windows and tables to Test Engine.

This commit is contained in:
ocornut 2024-05-21 10:54:30 +02:00
parent aa5a6098ee
commit 28a283b460
4 changed files with 7 additions and 2 deletions

View file

@ -28,7 +28,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.90.7 WIP"
#define IMGUI_VERSION_NUM 19064
#define IMGUI_VERSION_NUM 19065
#define IMGUI_HAS_TABLE
/*