Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated.

This commit is contained in:
omar
2018-09-10 20:30:14 +02:00
parent 7eadcf7d7d
commit e2436ca625
5 changed files with 69 additions and 41 deletions

View File

@ -39,6 +39,8 @@ Other Changes:
of the supplied context pointer. (#2066)
- Fixed calling SetNextWindowSize()/SetWindowSize() with non-integer values leading to
accidental alteration of window position. We now round the provided size. (#2067)
- Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus
properly after the main menu bar or last focused window is deactivated.
-----------------------------------------------------------------------