Commit 6f35144
committed
[[ Bug 22556 ]] Fix unpaired unlock of dragboard
This patch fixes an issue where `MCdragboard->Unlock()` was called when the
drag leaves the window when `MCdragboard->Lock()` had not been called. The
call to `Unlock()` has been changed to `PushUpdates()` so that the system
dragboard is updated with the current data so that it can be dropped onto
other applications etc. This change resolves an issue where after a number of
drags from LiveCode to another application drag and drop no longer appears to
function.1 parent 0784d59 commit 6f35144
File tree
3 files changed
+3
-1
lines changed- docs/notes
- engine/src
3 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1710 | 1710 | | |
1711 | 1711 | | |
1712 | 1712 | | |
1713 | | - | |
| 1713 | + | |
1714 | 1714 | | |
1715 | 1715 | | |
1716 | 1716 | | |
| |||
0 commit comments