diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2010-03-06 01:11:06 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2010-03-06 01:11:06 (GMT) |
commit | 90a1bc22ca5405ef63054f1ca46e6f746445baf6 (patch) | |
tree | 2d70b1de67a8a5752443a30295b59b935a406066 /ChangeLog | |
parent | 42c14b037e12639a8f7cc9e3e25359bf7cef5549 (diff) | |
download | tk-90a1bc22ca5405ef63054f1ca46e6f746445baf6.zip tk-90a1bc22ca5405ef63054f1ca46e6f746445baf6.tar.gz tk-90a1bc22ca5405ef63054f1ca46e6f746445baf6.tar.bz2 |
[Bug 2949774]: cascade menus should popdown ofter loosing the pointer.
When the pointer moves to another entry from a cascade entry the sub-menu
should popdown. This is how other menus on X11 work today. This effect will
not be used if the user has configured ClickToFocus to maintain the previous
Tk menu effects.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-03-06 Pat Thoyts <patthoyts@users.sourceforge.net> + + * library/menu.tcl: [Bug 2949774]: When using the non-ClickToFocus + menu mode cascade menus should popdown once the pointer moves to + another entry to be compatible with current X desktop usage. + 2010-03-04 Jan Nijtmans <nijtmans@users.sf.net> * unix/configure.in: Don't use -fvisibility=hidden |