diff options
author | das <das> | 2006-09-11 16:12:58 (GMT) |
---|---|---|
committer | das <das> | 2006-09-11 16:12:58 (GMT) |
commit | 300dcf1ffe80755d76b0a3ed40f15e8951b93fee (patch) | |
tree | 1a638eda53a3542c32fa9bfd0f1141c71bdb7a17 /ChangeLog | |
parent | e5332f0d10de25defc3a22a9b96c7cd72c7fdd3c (diff) | |
download | tk-300dcf1ffe80755d76b0a3ed40f15e8951b93fee.zip tk-300dcf1ffe80755d76b0a3ed40f15e8951b93fee.tar.gz tk-300dcf1ffe80755d76b0a3ed40f15e8951b93fee.tar.bz2 |
fix logic bug in previous commit
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): allow mouse event delivery to background windows with kWindowNoActivatesAttribute (e.g. overrideredirect windows), as these never come to the foreground - they would not receive any mouse events otherwise. [Bug 1472624] + they would never receive any mouse events otherwise. [Bug 1472624] * macosx/tkMacOSXWindowEvent.c (TkMacOSXGenerateFocusEvent): do not send focus events to any windows with kWindowNoActivatesAttribute. |