BeginMoveDrag - operation is done in dispatcher #14891
KrzysztofDusko
started this conversation in
General
Replies: 2 comments 5 replies
-
IIRC it's made for consistency with non-windows platforms where we the underlying platform doesn't introduce a nested event loop and doesn't send us "drag complete" notifications. |
Beta Was this translation helpful? Give feedback.
5 replies
-
thanks for the answers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
In this PR #14190 BeginMoveDrag action was moved to dispatcher.Post instead direct execution. This changind beharior in way that after call BeginMoveDrag cotrol is immediatyly returen to caller..
Sample real word issue wieslawsoltes/Dock#319
Beta Was this translation helpful? Give feedback.
All reactions