Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
4.6.2
-
None
Description
When for ex. a QGraphicsBlurEffect is set on a widget and QWidget::update gets called, the effect is invoked but the display does not get updated.
Moving the containing QDialog out of the visible area (draging it outside of the screen borders) refreshes the display and changed contents gets visible.
This only happens with Qt::AA_NativeWindows set!