]> git.entuzijast.net Git - imunes.git/commit
Keep all annotation objects in a single list (annotation_list),
authormarko <marko>
Fri, 20 Jul 2007 09:22:26 +0000 (09:22 +0000)
committermarko <marko>
Fri, 20 Jul 2007 09:22:26 +0000 (09:22 +0000)
commit34dee1b31c724694455d4c54ff3b76ad8d8dde66
treee52e359df2339d448522440d33a8b0188eb455d8
parent6447f73441332bf43df177fd17adc14092f02c48
Keep all annotation objects in a single list (annotation_list),
instead of having three separate lists for text, rectangle and
oval objects.

In configuration file, deprecate text, rectangle, and oval object
classes, and replace them with a single annotation class.  The
type of annotation objects can be determined via proc nodeType.

Add an "xxx xxx xxx" asert in textConfigApply in a suspicious branch.

Remove the request for "raising" canvas objects tagged as "menuBubble"
in proc raiseAll, since it seems to be never used.

Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
annotations.tcl
cfgparse.tcl
editor.tcl
imunes.tcl