diff options
author | das <das> | 2009-04-10 16:16:04 (GMT) |
---|---|---|
committer | das <das> | 2009-04-10 16:16:04 (GMT) |
commit | bdabe51b63a890fa4c90e4a287157cdcca44be33 (patch) | |
tree | b7528dea764d925b7b3fdce4e8f80d7201617efb /ChangeLog | |
parent | eff28bdb2e18fca6c20261e6ec79a53115866075 (diff) | |
download | tk-bdabe51b63a890fa4c90e4a287157cdcca44be33.zip tk-bdabe51b63a890fa4c90e4a287157cdcca44be33.tar.gz tk-bdabe51b63a890fa4c90e4a287157cdcca44be33.tar.bz2 |
* generic/tkMenu.c (PostProcessEntry): delay call to
TkpConfigureMenuEntry() until all menu entry attributes are setup.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2008-04-10 Daniel Steffen <das@users.sourceforge.net> + * generic/tkMenu.c (PostProcessEntry): delay call to + TkpConfigureMenuEntry() until all menu entry attributes are setup. + * library/menu.tcl (::tk::MbPost): fix error thrown in y position computation with indicatoron. |