Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes when the floating widget moves to the dock manager and then tries to drag it back #597

Closed
artthirt opened this issue Jan 15, 2024 · 1 comment
Assignees

Comments

@artthirt
Copy link

Systems: Windows 11 and Linux MInt 21.2.
Qt: 5.15.2 and 6.2.4

An example to reproduce

  1. Run the "SimpleExample" app from examples.
    img_1
  2. Drag the docker widget to a floating state.
    img_2
  3. Place the floating widget back in the container.
    img_3
  4. Try dragging this widget back to the floating state
    img_4

It seems that widgets are not deleted when calling the CDockContainerWidget::dropFloatingWidget method and are deleted in the CFloatingDockContainer destructor.

Appears after the commit 7abc698

@githubuser0xFFFF githubuser0xFFFF self-assigned this Jan 16, 2024
githubuser0xFFFF added a commit that referenced this issue Jan 16, 2024
@githubuser0xFFFF
Copy link
Owner

Thank you - fixed with commit 9bdefd6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants