Viewports: fix window with viewport ini data immediately merged into a host viewport from leaving a temporary viewport alive for a frame (would leak into backend).

This commit is contained in:
ocornut
2021-09-10 14:58:45 +02:00
parent 6b77668171
commit 79d39b190b
2 changed files with 7 additions and 0 deletions

View File

@ -152,6 +152,8 @@ Docking+Viewports Branch:
It would manifest when e.g. reconfiguring dock nodes while dragging.
- Viewports: Fixed unnecessary creation of temporary viewports when multiple docked windows
got reassigned to a new node (created mid-frame) which already has a HostWindow.
- Viewports: Fixed window with viewport ini data immediately merged into a host viewport from
leaving a temporary viewport alive for a frame (would leak into backend).
-----------------------------------------------------------------------