Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Duplicate
-
Affects Version/s: 6.2.1
-
Fix Version/s: None
-
Component/s: Data Visualization, Widgets: Widgets and Dialogs
-
Labels:None
Description
If any MDI child window contains qt data visualization windows Q3D*, none of the MDI children windows can be closed anymore (including ones that have nothing to do with Q3D* sub mdi windows).
Container windows themselve are not the issue, only if used with data visualization windows.
This commit is the likely culprit, as after adding Q3D* subwindow / container, the if is hit in QWidget::close() and the mdi sub window is no longer closed.