-
Notifications
You must be signed in to change notification settings - Fork 575
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
Perfomance issue on undock tab #353
Comments
I have no idea. |
Switch to non opaque docking to avoid this issue |
@DimaKoltun Could you check if the issue is still there with the latest commit? #401 fixed a similar issue |
I added a remark about MacOS on the original issue #350 The issue on MacOS seems to be different than this particular example: in my case the docking overlay gets "stuck" just like in the original issue. In this example, the dragging just seems to stop and you are able to resume dragging? |
It is exactly like in the video above. |
Run your code in Release mode without debugging (the non-filled in play button in Visual Studio), and docking / undocking is about 10x faster. :) |
Closed because |
Hi!
QtADS has perfomance issue on undocking dock widget from tab bar with several tabs with flags:
ads::CDockManager::setConfigFlag(ads::CDockManager::OpaqueUndocking, true);
On the video we can see that sometimes undocked widget can finish dragging while mouse pressed.
ads_perf.mp4
Why it's happening and what i can do with this?
The text was updated successfully, but these errors were encountered: