diff options
author | das <das@noemail.net> | 2006-09-11 16:12:57 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-09-11 16:12:57 (GMT) |
commit | e6a26652de58b2cdb57b8b5c19884e14fa21a828 (patch) | |
tree | 1a638eda53a3542c32fa9bfd0f1141c71bdb7a17 /ChangeLog | |
parent | 2ffcc463523973782a037e657e8e419b5d7d9c68 (diff) | |
download | tk-e6a26652de58b2cdb57b8b5c19884e14fa21a828.zip tk-e6a26652de58b2cdb57b8b5c19884e14fa21a828.tar.gz tk-e6a26652de58b2cdb57b8b5c19884e14fa21a828.tar.bz2 |
fix logic bug in previous commit
FossilOrigin-Name: 8f372f48067d166b6b7cede68b5e07234bba8b1d
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. |