Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
5.12.4
-
None
-
Linux Ubuntu 18.04.3 LTS and CentOS 7.5.
We are able to work-around the problem on MacOSX and Windows but it is by calling hide() and then show() one right after the other. That is a pain and we are not sure that it will work with every dialog.
Description
Creating a QDialog and closing it via the window manager close(ie. X button) causes the dialog to be blank every time it is shown after that. The only way to get it to show correctly after that is to delete it and recreate it, which is not practical.