muda/.changes/windows-predefined-close.md

6 lines
225 B
Markdown
Raw Normal View History

---
"muda": "patch"
---
On Windows, The `Close` predefined menu item will send `WM_CLOSE` to the window instead of calling `DestroyWindow` to let the developer catch this event and decide whether to close the window or not.