mirror of
https://github.com/ocornut/imgui.git
synced 2025-10-26 12:27:30 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user