diff options
author | hobbs <hobbs> | 2003-07-19 01:24:02 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-19 01:24:02 (GMT) |
commit | 632cb6c653389ce3ed256e51767310cb85cc9de9 (patch) | |
tree | 879e4f221e78d8a95971f3c185c66b899ff49305 /ChangeLog | |
parent | 79112144fcce38a88f01259df00357bdf0076ad2 (diff) | |
download | tk-632cb6c653389ce3ed256e51767310cb85cc9de9.zip tk-632cb6c653389ce3ed256e51767310cb85cc9de9.tar.gz tk-632cb6c653389ce3ed256e51767310cb85cc9de9.tar.bz2 |
* library/panedwindow.tcl: use widget-specific Priv slots for
pwAfterId and panecursor items to correctly handle cursor changes
with adjacant panedwindows.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ 2003-07-18 Jeff Hobbs <jeffh@ActiveState.com> + * library/panedwindow.tcl: use widget-specific Priv slots for + pwAfterId and panecursor items to correctly handle cursor changes + with adjacant panedwindows. + * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call for TK_XIM_SPOT usage. [Bug 742660] (takahashi) |