This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 4834f8e
committed
[[ Bug 21474 ]] Reset mouse stack after drag and drop
This patch resolves an issue where after a drag and drop operation the mouse stack
was being cleared in `wmdragdrop`. This resulted in a seemingly unresponsive stack
as mouse events are guarded by `MCmousestackptr`. As `wmdragdrop` is only called when
a window recieves a drag drop event we can ensure the mouse stack is correct by finding
the stack for the window and setting it to that.1 parent 117740b commit 4834f8e
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1705 | 1705 | | |
1706 | 1706 | | |
1707 | 1707 | | |
1708 | | - | |
| 1708 | + | |
1709 | 1709 | | |
1710 | 1710 | | |
1711 | 1711 | | |
| |||
0 commit comments