summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-04-15 17:38:09 (GMT)
committerhobbs <hobbs@noemail.net>2000-04-15 17:38:09 (GMT)
commitdfdc83e939a509de91e10b9d89a7ee380737f851 (patch)
treea70b9737a71ec4be0368b8e2644376596b801c84 /ChangeLog
parentb848f068d7fe8f6062fd7d685b93e4af6b0355c1 (diff)
downloadtk-dfdc83e939a509de91e10b9d89a7ee380737f851.zip
tk-dfdc83e939a509de91e10b9d89a7ee380737f851.tar.gz
tk-dfdc83e939a509de91e10b9d89a7ee380737f851.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] FossilOrigin-Name: f6c1e0a44a4e3eb4302d1c3213495b53a3fcfd68
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e7aa09..e60a912 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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