Viewports: Fixed active InputText() from preventing viewports to merge. (#4212)

This commit is contained in:
ocornut
2022-01-18 16:04:25 +01:00
parent 8567a4cca3
commit 007a427e0a
2 changed files with 3 additions and 1 deletions

View File

@ -208,6 +208,7 @@ Docking+Viewports Branch:
- Viewports: Fixed a CTRL+TAB crash with viewports enabled when the window list needs to appears in
its own viewport (regression from 1.86). (#4023, #787)
- Viewports: Fixed active InputText() from preventing viewports to merge. (#4212)
- (Breaking) Removed ImGuiPlatformIO::Platform_SetImeInputPos() in favor of newly standardized
io.SetPlatformImeDataFn() function. Should not affect more than default backends.