Text: Fixed layouting of wrapped-text block skipping successive empty lines. (#5720, #5919)

Regression in the bd96f6e fix
This commit is contained in:
ocornut
2023-01-19 15:59:39 +01:00
parent 0359f6e94f
commit 3482d4eccf
3 changed files with 7 additions and 4 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.3 WIP"
#define IMGUI_VERSION_NUM 18921
#define IMGUI_VERSION_NUM 18922
#define IMGUI_HAS_TABLE
/*