diff options
Diffstat (limited to 'tests/textmarker.tcl')
-rw-r--r-- | tests/textmarker.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textmarker.tcl b/tests/textmarker.tcl index c5787f2..fbaf276 100644 --- a/tests/textmarker.tcl +++ b/tests/textmarker.tcl @@ -11,7 +11,7 @@ echo "Testing Text Marker..." bltTest3 $graph marker $mm -anchor nw bltTest3 $graph marker $mm -background blue bltTest3 $graph marker $mm -bg red -bltTest3 $graph marker $mm -bindtags {aa} +#bltTest3 $graph marker $mm -bindtags {aa} bltTest3 $graph marker $mm -coords {1 50} bltTest3 $graph marker $mm -element data2 bltTest3 $graph marker $mm -fg cyan |