InputText: Internals: store Scroll.y as it seems sane to (internally) expose it in a way that's agnostic of our use of a child window (#7913, #383)

This commit is contained in:
ocornut
2024-08-23 12:47:40 +02:00
parent d15da2c47d
commit d474ed7f78
3 changed files with 14 additions and 10 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.91.1 WIP"
#define IMGUI_VERSION_NUM 19103
#define IMGUI_VERSION_NUM 19104
#define IMGUI_HAS_TABLE
/*