Commit 353ce5344fbde5a6cecbdd2c131e1cf0f4b7f383 made QMenu::exec() return immediately (without showing the menu), which meant it never emitted aboutToHide() and QToolButton didn't reset mouseButtonDown. Therefore, on the next click on the toolbutton (maybe by then the menu has actions), it won't even try to show it (because mouseButtonDown is still true). Pick-to: 6.8 Task-number: QTBUG-129108 Change-Id: I3f84b9a35eb444fc33d8516c4be130293c04017d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit f0508b7ff3d2393521f49dcb1a9e880bf7665a87) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%