|
From: Jim I. <wol...@us...> - 2003-02-19 22:20:57
|
Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv30749
Modified Files:
ChangeLog
Log Message:
2003-02-19 Jim Ingham <ji...@ap...>
* tkMacOSXMouseEvents.c (GeneratePollingEvents): In the case
where there was a capture window, we were sending the events to
the capture window. But the capture window (return value or
TkMacOSXGetCapture) is always a toplevel. So this is wrong in
the case that the Event's toplevel IS the capture window - in
which case the event should go to the subwindow most closely
containing the event.
Fixes bug #688188
|