Made tooltip windows inherit parent. (#8982, #1345)

Intent here was for a manually focused tooltip to not steal title bar highlight.
This commit is contained in:
ocornut
2025-10-06 17:06:40 +02:00
parent 09e15e8c9d
commit 4b858cf5d1
2 changed files with 3 additions and 3 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.92.4 WIP"
#define IMGUI_VERSION_NUM 19234
#define IMGUI_VERSION_NUM 19235
#define IMGUI_HAS_TABLE // Added BeginTable() - from IMGUI_VERSION_NUM >= 18000
#define IMGUI_HAS_TEXTURES // Added ImGuiBackendFlags_RendererHasTextures - from IMGUI_VERSION_NUM >= 19198