summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortmh <tmh>2008-08-25 23:37:12 (GMT)
committertmh <tmh>2008-08-25 23:37:12 (GMT)
commitc89c481c59c0c3f11f3732333c2b59fea30b0e5a (patch)
treefc6dde2a00fcf1d5fae14c3e419fe08c4a5e4a79 /ChangeLog
parentb55a0f690d350f81196d43acef846c608640e6bd (diff)
downloadtk-c89c481c59c0c3f11f3732333c2b59fea30b0e5a.zip
tk-c89c481c59c0c3f11f3732333c2b59fea30b0e5a.tar.gz
tk-c89c481c59c0c3f11f3732333c2b59fea30b0e5a.tar.bz2
[bug 1023955 : don't flip cursors on menus to arrow pointer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c402097..107e9bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-08-25 Todd M. Helfter <tmh@users.sourceforge.net>
+ * library/menu.tcl : Do not flip to the arrow cursor on menus.
+ This was a Motif convention. Current behavior is maintained if
+ tk_strictMotif is enabled. [Bug 1023955]
+
+2008-08-25 Todd M. Helfter <tmh@users.sourceforge.net>
+
The patch is associated with the bug tracker id: 1936220
library/tkfbox.tcl : fix the multiple selection error for
tk_getOpenFile -multiple 1 which fails on all unix platforms since