You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with the destruction of the floating widgets. The destructors of CDockWidgets are not always called when the application is closed if the docks are in floating mode.
It tested it with the sample DeleteOnCloseTest.
To repro it:
add two more docks in the app ("test 1" and "test 2")
make the "test 1" dock a floating widget
put the "test 2" dock inside the "test 1" floating widget (over the "test1" widget, no problem when it is on a side)
close the app and see that only two CDockWidgets are destroyed ("test 0" and "test 2"), the third one will never be destroyed ("test 1")
See the case in the attached screenshot. Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem with the destruction of the floating widgets. The destructors of CDockWidgets are not always called when the application is closed if the docks are in floating mode.
It tested it with the sample DeleteOnCloseTest.
To repro it:
See the case in the attached screenshot. Thanks
The text was updated successfully, but these errors were encountered: