diff options
author | das <das> | 2009-04-10 16:08:42 (GMT) |
---|---|---|
committer | das <das> | 2009-04-10 16:08:42 (GMT) |
commit | 9f2a4345fce2de847fa782dbcf7f5bef0a500c49 (patch) | |
tree | 3bbc07f93947edf5c07096c55be7d0f536431361 /ChangeLog | |
parent | c6b8c8a1001ee5c40918393538134f1fcbff9222 (diff) | |
download | tk-9f2a4345fce2de847fa782dbcf7f5bef0a500c49.zip tk-9f2a4345fce2de847fa782dbcf7f5bef0a500c49.tar.gz tk-9f2a4345fce2de847fa782dbcf7f5bef0a500c49.tar.bz2 |
* library/menu.tcl (::tk::MbPost): fix error thrown in y position
computation with indicatoron.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2008-04-10 Daniel Steffen <das@users.sourceforge.net> + * library/menu.tcl (::tk::MbPost): fix error thrown in y position + computation with indicatoron. + + * generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/ + * generic/tkUtil.c (TkBackgroundEvalObjv): use Tcl_BackgroundException. * generic/tkBind.c (HandleEventGenerate): ensure window exists before |