Skip to content

Commit 75a368f

Browse files
Merge pull request livecode#6750 from montegoulding/bugfix-21474
[[ Bug 21474 ]] Reset mouse stack after drag and drop
2 parents 826a6fb + 4834f8e commit 75a368f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/notes/bugfix-21474.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix unresponsive stack after drag and drop

engine/src/dispatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ MCDragAction MCDispatch::wmdragdrop(Window w)
17051705
dodrop(false);
17061706

17071707
// The drag operation has ended. Remove the drag board contents.
1708-
MCmousestackptr = nil;
1708+
MCmousestackptr = findstackd(w);
17091709
MCdragboard->Clear();
17101710
m_drag_target = false;
17111711

0 commit comments

Comments
 (0)