Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.9.0
-
None
Description
The following lines will crash Qt:
QWidget* w = new QWidget(nullptr);
w->setAttribute(Qt::WA_WindowPropagation);
Crashes with Qt 5.9, but not previous versions. Adding a parent to the widget will eliminate the crash. See attached project.