Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
5.15.10, 6.3.1
Description
When QWidget::setWindowOpacity is set for a window, it might randomly still be painted at 100% opacity for a frame. Can be reproduced on Ubuntu and RHEL with attached example.
It looks like moving the setOpacity call in qxcbwindow.cpp to right after xcb_create_window fixes this at least.