diff options
author | dkf <dkf@noemail.net> | 2010-01-05 09:40:46 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2010-01-05 09:40:46 (GMT) |
commit | cf982106d6407fce2fca946dbd97664ca030c0c3 (patch) | |
tree | 94ed6c2ecb704bc3dd700c64e0531135a69e7aa4 /ChangeLog | |
parent | e374ce6d6c73984767604d8947e8576297752bf1 (diff) | |
download | tk-cf982106d6407fce2fca946dbd97664ca030c0c3.zip tk-cf982106d6407fce2fca946dbd97664ca030c0c3.tar.gz tk-cf982106d6407fce2fca946dbd97664ca030c0c3.tar.bz2 |
[Bug 220950]: Don't delete the last menu entry when it is obvious that is not
what was intended.
FossilOrigin-Name: f49d1f0c9696c8f5f101da134c58b0e323db7565
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2010-01-05 Donal K. Fellows <dkf@users.sf.net> + * generic/tkMenu.c (MenuWidgetObjCmd): [Bug 220950]: Do not delete + menu entries if the first index to delete is explicitly after the last + index of existing entries. + * generic/tkFont.h (ROUND16): [Bug 2824916]: Use a correct rounding * unix/tkUnixFont.c (TkpDrawAngledChars): macro for converting a * unix/tkUnixRFont.c (TkpDrawAngledChars): double to a short. This |