Ticket #15069 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Last menu hint remains in the status bar on OSX

Reported by: paulclinger Owned by: csomor
Priority: normal Milestone:
Component: wxOSX (any toolkit) Version: 2.9-svn
Keywords: Cc:
Blocked By: Patch: no
Blocking:

Description

This can be seen using the menu sample (samples/menu): when an item is selected or the cursors moves away from the menu and the menu is closed, the last menu hint displayed in the status bar remains there.

I also tested the same version on Windows and it works correctly (restores the previous content of the status bar).

Change History

Changed 3 months ago by csomor

  • owner set to csomor
  • status changed from new to accepted

the reason is the missing menu close event

Changed 3 months ago by SC

  • status changed from accepted to closed
  • resolution set to fixed

(In [73580]) enabling menu close event, fixes #15069

Note: See TracTickets for help on using tickets.