diff options
author | hobbs <hobbs> | 2007-12-13 23:08:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-12-13 23:08:43 (GMT) |
commit | 7fd2d51229f0e0f817966bb438485c2a2067b52a (patch) | |
tree | a9654701576252987e87bb1eb639c5cb16714bc8 /changes | |
parent | ad22aa264a6389aad9cd820032d1f8cca5832914 (diff) | |
download | tk-7fd2d51229f0e0f817966bb438485c2a2067b52a.zip tk-7fd2d51229f0e0f817966bb438485c2a2067b52a.tar.gz tk-7fd2d51229f0e0f817966bb438485c2a2067b52a.tar.bz2 |
* generic/tkMenubutton.c (ConfigureMenuButton): trace the
-textvariable even if an image exists as it may use -compound.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.119 2007/12/13 15:23:42 dgp Exp $ +RCS: @(#) $Id: changes,v 1.120 2007/12/13 23:08:43 hobbs Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will @@ -6456,6 +6456,9 @@ steffen, kupries) 2007-12-12 (bug fix)[1845899] Aqua: [wm transient] (steffen) +2007-12-13 (bug fix) correctly trace menubutton -textvariable for -compound +use (hobbs) + Several documentation and release notes improvements --- Released 8.5.0, December 14, 2007 --- See ChangeLog for details --- |