diff options
author | hobbs <hobbs> | 2000-04-15 17:38:10 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-15 17:38:10 (GMT) |
commit | defc6cf3bab5ccc2760262a443b56e5e9ea3f276 (patch) | |
tree | a70b9737a71ec4be0368b8e2644376596b801c84 /ChangeLog | |
parent | 30ef153836366775a90fa9c38edc7d239a391fb7 (diff) | |
download | tk-defc6cf3bab5ccc2760262a443b56e5e9ea3f276.zip tk-defc6cf3bab5ccc2760262a443b56e5e9ea3f276.tar.gz tk-defc6cf3bab5ccc2760262a443b56e5e9ea3f276.tar.bz2 |
* win/tkWinWm.c (WmProc): added check in WM_MOUSEACTIVATE so we
correctly activate native menus when clicking in when we didn't
have focus [Bug: 2272]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ 2000-04-14 Jeff Hobbs <hobbs@scriptics.com> + * win/tkWinWm.c (WmProc): added check in WM_MOUSEACTIVATE so we + correctly activate native menus when clicking in when we didn't + have focus [Bug: 2272] + * generic/tkCanvas.c (CanvasEventProc:2451): corrected cast * generic/tkEntry.c (Tk_EntryObjCmd): adjusted finishing error |