muda/.changes/destroy.md
Amr Bashir 7a3bc5505f
fix(windows): don't drop Menu or MenuChild inside menu proc (#81)
`Menu` or `MenuChild`  are not owned by the menu proc and so it shouldn't drop it, previously this was okay because the `Menu` or `MenuChild` used to be a wrapper around `Rc<RefCell>` but that was changed in the last release.
2023-08-01 19:43:04 +03:00

124 B

muda
patch

On Windows, fix ContextMenu::detach_menu_subclass_from_hwnd crashing and terminating the thread.