summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-07-25 20:57:33 (GMT)
committerhobbs <hobbs>2002-07-25 20:57:33 (GMT)
commit1a2ea25789ca5a4a1abc69556705edeee9ab6d14 (patch)
tree64c5dae5ee5e7f88c828637033155d59df8a7e1b /ChangeLog
parent68487c77f3f2d8c274848d826056e66bac02cbf5 (diff)
downloadtk-1a2ea25789ca5a4a1abc69556705edeee9ab6d14.zip
tk-1a2ea25789ca5a4a1abc69556705edeee9ab6d14.tar.gz
tk-1a2ea25789ca5a4a1abc69556705edeee9ab6d14.tar.bz2
* library/spinbox.tcl (MouseSelect): when not in the entry, just
return instead of invoking - ButtonUp handles invoking already. [Bug #499168]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be1cdba..1d2a816 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-07-25 Jeff Hobbs <jeffh@ActiveState.com>
+ * library/spinbox.tcl (MouseSelect): when not in the entry, just
+ return instead of invoking - ButtonUp handles invoking already.
+ [Bug #499168]
+
* library/tk.tcl (RestoreFocusGrab): handle the case where the
FocusGrab info is not set. [Bug #553283]