diff options
author | rjohnson <rjohnson> | 1998-10-16 00:46:18 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1998-10-16 00:46:18 (GMT) |
commit | 00ace6b731cc252d13a0f4df56cb7576300c26f8 (patch) | |
tree | 4c6ef0612a00ddd1f599e20831195dd0e64a1261 /changes | |
parent | c93c0e1c5641d87361cc3527eb53c38f7fdfb1bf (diff) | |
download | tk-00ace6b731cc252d13a0f4df56cb7576300c26f8.zip tk-00ace6b731cc252d13a0f4df56cb7576300c26f8.tar.gz tk-00ace6b731cc252d13a0f4df56cb7576300c26f8.tar.bz2 |
Fixed bug in options for text items in canvas widget. unlike all other
items they didn't support a null (transparant fill color)
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 7 |
1 files changed, 6 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.23 1998/10/13 18:13:05 rjohnson Exp $ +RCS: @(#) $Id: changes,v 1.24 1998/10/16 00:46:18 rjohnson 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 @@ -4266,3 +4266,8 @@ almost constant time which improves certain canvas operations (exspecially for canvases with large number items). Thanks to Mark Weissman <weissman@gte.com> and Jan Nijtmans <Jan.Nijtmans@wxs.nl> for submitting this improvement. (RJ) + +10/15/98 (bug fix) The -fill option to text items in the canvas did +not allow the empty string as an argument (meaning transparent) even +though every other item type did. Thanks to Sebastian Wangnick +<sebastian.wangnick@eurocontrol.be> for supplying this patch. (RJ) |