Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 44bc602

Browse files
author
Fraser Gordon
committed
Merge pull request #2 from runrevsebastien/bugfix-12778
[[ Bug 12778 ]] Double clicking in the script editor doesn't highlight ...
2 parents 0767e53 + 00fff3a commit 44bc602

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/notes/bugfix-12778.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Double clicking in the script editor doesn't highlight words

engine/src/lnxdclnx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ Boolean MCScreenDC::handle(Boolean dispatch, Boolean anyevent, Boolean& abort, B
644644
{
645645
// This is a double-click event
646646
doubleclick = True;
647-
MCdispatcher->wmdown(t_event->button.window, t_event->button.button);
647+
MCdispatcher->wdoubledown(t_event->button.window, t_event->button.button);
648648
}
649649

650650
reset = True;

0 commit comments

Comments
 (0)