Backends: SDL: Fix multi-viewport dragging issue with SDL on some systems. (#5012)

This commit is contained in:
Rokas Kupstys
2022-02-25 17:18:40 +01:00
committed by ocornut
parent 8639a2f9f8
commit f337378066
2 changed files with 17 additions and 6 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)
- Backends: SDL: Fixed dragging out main viewport broken on some SDL setups. (#5012) [@rokups]
- 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)