Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.12.6
-
Desktop
-
-
07c33ab76f353f6dbb6103d7777cbef242b8f3f7 (qt/qtbase/5.12)
Description
Whan a dialog has been created on a primiary screen and then moved to secondory monitor and then closed. Application crashes if closed dialog is shown again.
Attached example reproduces it with following steps:
Run the application
show the dilaog with button press
move the dialog to second monitor and then close it.
Try to show dialog again from application on primary monitor.
This does not happen if dialog->setSizeGripEnabled(true); is removed. This works good with 5.12.5