Windows: Scrollbar visibility decision uses current size when both size and contents size are submitted by API. (#7252)

This commit is contained in:
ocornut
2024-02-28 17:09:20 +01:00
parent 44c7dfca03
commit 0573513d6d
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,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.5 WIP"
#define IMGUI_VERSION_NUM 19042
#define IMGUI_VERSION_NUM 19043
#define IMGUI_HAS_TABLE
/*