Viewports: Fixed translating a host viewport from briefly altering the size of AlwaysAutoResize windows. (#5057)

This commit is contained in:
ocornut
2022-02-25 16:41:40 +01:00
parent 64519c6875
commit 8639a2f9f8
2 changed files with 5 additions and 0 deletions

View File

@ -134,6 +134,7 @@ Docking+Viewports Branch:
- Docking: Fixed floating docked nodes not being clamped into viewport workrect to stay reachable
when g.ConfigWindowsMoveFromTitleBarOnly is set and multi-viewports are disabled. (#5044)
- Viewports: Fixed translating a host viewport from briefly altering the size of AlwaysAutoResize windows. (#5057)
- Viewports: Fixed main viewport size not matching ImDrawData::DisplaySize for one frame during resize
when multi-viewports are disabled. (#4900)