TabBar: fixed calling TabBarQueueFocus() before submitting tabs. (#8929, #6681)

This commit is contained in:
ocornut
2025-09-10 18:03:34 +02:00
parent 4e98fb20e2
commit 1cd08b883c
3 changed files with 5 additions and 2 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.3 WIP"
#define IMGUI_VERSION_NUM 19226
#define IMGUI_VERSION_NUM 19227
#define IMGUI_HAS_TABLE // Added BeginTable() - from IMGUI_VERSION_NUM >= 18000
#define IMGUI_HAS_TEXTURES // Added ImGuiBackendFlags_RendererHasTextures - from IMGUI_VERSION_NUM >= 19198