Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.6.0
Description
Attached project does not show menu at all on iOS, but does on other platforms.
Reason is probably this in qiosmenu.mm:
void QIOSMenu::showPopup(const QWindow *parentWindow, const QRect &targetRect, const QPlatformMenuItem *item) { if (m_currentMenu == this || !m_visible || !m_enabled || !parentWindow) return;