Details
Description
If you add multiple new entries to a QMenuBar by calling QMenuBar::addMenu or QMenuBar::addAction from your application, the last such menu added will not appear.
Switching away from the application and back again causes the missing menu to appear.
See the attached test app for a simple demonstration.