Text: Fixed layouting of wrapped-text block when the last source line is above the clipping region. Regression added in 1.89. (#5720, #5919)

+ Update version marker
This commit is contained in:
ocornut
2022-11-28 14:59:13 +01:00
parent 6af38b1a43
commit bd96f6eac4
8 changed files with 26 additions and 11 deletions

View File

@ -1,4 +1,4 @@
// dear imgui, v1.89.1
// dear imgui, v1.89.2 WIP
// (headers)
// Help:
@ -22,8 +22,8 @@
// 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"
#define IMGUI_VERSION_NUM 18910
#define IMGUI_VERSION "1.89.2 WIP"
#define IMGUI_VERSION_NUM 18911
#define IMGUI_HAS_TABLE
/*