summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-12-08 11:48:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-12-08 11:48:59 (GMT)
commite6de00f4823760bf7cf727e016403825af69e1ae (patch)
treef11fd5a5fe31dc7e8316eca6a811acbc669b8d27 /macosx
parent913c69580dcdb692f84f8d4235a4c73b3c026c39 (diff)
parent98ca1fc00fa7d5b8ab24e8630ac36d932fa79776 (diff)
downloadtk-e6de00f4823760bf7cf727e016403825af69e1ae.zip
tk-e6de00f4823760bf7cf727e016403825af69e1ae.tar.gz
tk-e6de00f4823760bf7cf727e016403825af69e1ae.tar.bz2
Merge 8.6
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXMouseEvent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXMouseEvent.c b/macosx/tkMacOSXMouseEvent.c
index 1ee96c1..43740a6 100644
--- a/macosx/tkMacOSXMouseEvent.c
+++ b/macosx/tkMacOSXMouseEvent.c
@@ -243,7 +243,7 @@ enum {
if (eventWindow != [NSApp keyWindow]) {
NSWindow *w;
-
+
if (eventWindow && isOutside) {
return theEvent;
}