diff options
author | hobbs <hobbs> | 2002-08-08 09:35:33 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-08-08 09:35:33 (GMT) |
commit | 2a483654f2d457a6fe7c945a20dd912d7f2809d7 (patch) | |
tree | ff9e1d0c90347d11da220d724196c137e23102a0 /ChangeLog | |
parent | 159f654513f91b42512e97502bee98ca23472936 (diff) | |
download | tk-2a483654f2d457a6fe7c945a20dd912d7f2809d7.zip tk-2a483654f2d457a6fe7c945a20dd912d7f2809d7.tar.gz tk-2a483654f2d457a6fe7c945a20dd912d7f2809d7.tar.bz2 |
* generic/tkButton.c (TkButtonWorldChanged): added GCFont handling
to the disabledGc of buttons when compound != none. The drawing
appears to be incorrect across platforms still. [Bug #477740]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-08-08 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tkButton.c (TkButtonWorldChanged): added GCFont handling + to the disabledGc of buttons when compound != none. The drawing + appears to be incorrect across platforms still. [Bug #477740] + + * generic/tkImgGIF.c (FileReadGIF): fixed -from handling for gifs + [Bug #467524] (obermeier) + 2002-08-07 Jeff Hobbs <jeffh@ActiveState.com> * generic/tkCanvUtil.c (TkSmoothParseProc): recognize the built-in |