mirror of
https://github.com/italicsjenga/muda.git
synced 2025-01-11 04:11:32 +11:00
7a3bc5505f
`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.
124 B
124 B
muda |
---|
patch |
On Windows, fix ContextMenu::detach_menu_subclass_from_hwnd
crashing and terminating the thread.