InputTextMultiline: Fixed Tabbing cycle leading to a situation where Enter key wouldn't be accepted by the widget when navigation highlight is visible. (#6802, #3092, #5759, #787)

+ Added test in ImGuiTestSuite: "widgets_inputtext_multiline_enter"
This commit is contained in:
ocornut
2023-09-11 11:41:56 +02:00
parent bd63a9f056
commit 0e1ce76ea8
3 changed files with 9 additions and 2 deletions

View File

@ -26,7 +26,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 WIP"
#define IMGUI_VERSION_NUM 18991
#define IMGUI_VERSION_NUM 18992
#define IMGUI_HAS_TABLE
/*