0.1.2 — menu dismissal fix
Fixed
- Dropdown and context menus now dismiss when their window moves. On
Windows and Linux, an open menu — a toolbaradd_menudropdown, or any
right-clickContextMenu,Select, orMenuButtonpopup — stayed pinned to
its original screen position when the window was dragged, resized, or
minimized: it "hung in the air." Only clicks outside the menu dismissed it,
and dragging the title bar fires no click. Menus now also close on the owning
window's own move, resize, or minimize, matching native menu behavior. (macOS
already used the native system menu, which dismisses on its own.)
What's Changed
- fix: dismiss dropdown/context menus when their window moves by @israel-dryer in #345
Full Changelog: v0.1.1...v0.1.2