Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 21:56

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 toolbar add_menu dropdown, or any
    right-click ContextMenu, Select, or MenuButton popup — 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