Windows: clicking on a window's empty-space to move/focus a window checks for lack of queued focus request. (#9382)

This commit is contained in:
ocornut
2026-05-15 13:45:03 +02:00
parent 4088a4f40c
commit db161b84c9
2 changed files with 4 additions and 1 deletions

View File

@@ -47,6 +47,8 @@ Other Changes:
- Clicking on a window's empty-space to move/focus a window checks
for lack of mouse button ownership. This gives an additional opportunity
for user code to bypass it without using a clickable item. (#9382)
- Clicking on a window's empty-space to move/focus a window checks
for lack of queued focus request. (#9382)
-----------------------------------------------------------------------