Scrollbar: fixed miscalculation of vertical scrollbar visibility when required solely by the presence of an horizontal scrollbar. (#1574)

Initially fixed by 2d9d7a10c, and broken back by a0994d74c2 (v1.71, wow).
This commit is contained in:
ocornut
2024-06-03 16:41:29 +02:00
parent 8ab8965713
commit 6cefd4fd88
3 changed files with 4 additions and 2 deletions
+1 -1
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.8 WIP"
#define IMGUI_VERSION_NUM 19073
#define IMGUI_VERSION_NUM 19074
#define IMGUI_HAS_TABLE
/*