summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-12-30 00:24:27 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-12-30 00:24:27 (GMT)
commit3147e53de56d78b75db674135ff4782d49467c73 (patch)
tree9268c889a4fe88e15101630195dd215218a89219 /ChangeLog
parent13dfb9e00306c6d37b855ff603417c623e1d50f8 (diff)
downloadtk-3147e53de56d78b75db674135ff4782d49467c73.zip
tk-3147e53de56d78b75db674135ff4782d49467c73.tar.gz
tk-3147e53de56d78b75db674135ff4782d49467c73.tar.bz2
Patch 2879789: Make torn-off menu entrys activate across whole window
The torn-off menu entries do not activate except immediately over the label or icon. If the window containing the torn-off menu is expanded then a lot of dead space may be created, including the cascade arrow. This patch fixes this making the whole width for any menu entry capable of activation when the pointer hovers over the item.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc65f9a..50a4bdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-30 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * generic/tkMenu.c: Torn off menu items are only activated over
+ * tests/menu.tcl: a limited region of the window. Fixed to make
+ the whole width of a menu item activate the entry. [Patch 2879789]
+
2009-12-27 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tkWinMenu.c: Highlight for cascade items in torn-off menus