Backends: Win32: Fixed a crash when multiple processes are running with multi-viewports, caused by misusage of GetProp(). (#8162, #8069)

Amend fedf45c77
This commit is contained in:
ocornut
2024-11-21 15:01:21 +01:00
parent cdf21f6773
commit dad1047b04
4 changed files with 32 additions and 14 deletions

View File

@@ -64,6 +64,10 @@ Other changes:
Docking+Viewports Branch:
- Backends: Win32: Fixed a crash/regression in 1.91.5 when running two processes
with multi-viewports (was using GetProp() to query property which could have
belonged to another process). (#8162, #8069) [@sammyfreg, @ocornut]
-----------------------------------------------------------------------
VERSION 1.91.5 (Released 2024-11-07)