Scrolling, Focus, Combo: fixed SetKeyboardFocusHere()/SetItemDefaultFocus()/ScrollToRectEx() during an appearing form not centering item. (#5902, #2812, #4242, #2900)

Amend 44f801186 and 8f495e554
This commit is contained in:
ocornut
2022-11-24 17:40:51 +01:00
parent 233d7ad3f2
commit 27c58c3946
3 changed files with 15 additions and 7 deletions

View File

@ -23,7 +23,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM > 12345')
#define IMGUI_VERSION "1.89.1 WIP"
#define IMGUI_VERSION_NUM 18903
#define IMGUI_VERSION_NUM 18904
#define IMGUI_HAS_TABLE
/*