Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.12.4
-
can reproduce on macOs High Sierra Version 10.13.6 and up to Mojave
-
-
deac052a40c93633041da058d5c73c9e91aa76c7
Description
setting flags Qt::Popup and Qt::FramelessWindowHint to QWidget make it paint only once.
after calling show() or exec() for second time you get only border with invisible inside, meaning content does not paint.
this affect menu as well.
bellow is example of the bug, after clicking on buttons "widget test" and "button test" the widget and the menu show it contents, the second time we try, the content does not draw (see screen shoot bellow)
note that this occure using xcode 9.4.1 with sdk 10.13
Attachments
Issue Links
- duplicates
-
QTBUG-74559 [macOS] [Regression] QMenu not drawn properly when shown on regular display after shown on Retina display
- Closed
-
QTBUG-77066 Context menu on root node of project tree does not display correctly
- Closed
- is duplicated by
-
QTBUG-77619 [REG 5.9.4->5.12.4] Dialog "white out" (only frame paint of dialog/window)
- Closed