Updated stb_textedit 1.09 + patches --> 1.12 + minor patches. (#715)

This commit is contained in:
omar
2018-06-05 23:26:59 +02:00
parent 916528080e
commit 67b139ccae
2 changed files with 107 additions and 19 deletions

View File

@ -46,6 +46,7 @@ Other Changes:
- BeginCombo(), BeginMainMenuBar(), BeginChildFrame(): Temporary style modification are restored at the end of BeginXXX instead of EndXXX, to not affect tooltips and child windows.
- InputTextMultiline(): Fixed double navigation highlight when scrollbar is active. (#787)
- Examples: GLFW: Made it possible to Shutdown/Init the backend again (by reseting the time storage properly). (#1827) [@ice1000]
- Misc: Updated stb_textedit from 1.09 + patches to 1.12 + minor patches.
- Internals: PushItemFlag() flags are inherited by BeginChild().