Viewports: fixed an issue where a window manually constrained to the main viewport while crossing over main viewport bounds isn't translated properly. (#7985)

Amend 967073ba3
This commit is contained in:
ocornut
2024-09-16 12:05:25 +02:00
parent 8326dabe5e
commit 8040c02b32
3 changed files with 9 additions and 5 deletions

View File

@@ -78,6 +78,8 @@ Other changes:
Docking+Viewports Branch:
- Viewports: fixed an issue where a window manually constrained to the main viewport while crossing
over main viewport bounds isn't translated properly. (#7985)
- Backends: SDL3: added support for viewport->ParentViewportId field to support parenting
windows at OS level. (#7973) [@RT2code]