opensocsysarch / CoreGenPortal

OpenSoC System Architect CoreGen Portal Graphical User Interface
http://www.systemarchitect.tech/
Apache License 2.0
1 stars 0 forks source link

Menu Latency #123

Open jleidel opened 4 years ago

jleidel commented 4 years ago

The top menu appears to be rather latent on OSX Catalina (10.15.3). The menu doesn't immediately respond to clicks on any of the menu headings immediately after opening the application. This is built against wxmac 3.0.4_2 installed from HomeBrew. Not sure if this is a performance issue or related to the backend Cocoa implementation for wxmac.

jleidel commented 4 years ago

This is confirmed to exist on 10.15.3 using wxmac 3.0.4_2. This appears to related to the issues described in the link below: https://groups.google.com/forum/#!topic/wx-dev/sVk7wpHWN1A

This needs to be tests against wxWidgets 3.1.3 built from source on macOS in order to determine if a fix is available in a newer version of wxWidgets