Ignore:
Timestamp:
Mar 21, 2013, 7:29:50 AM (12 years ago)
Author:
gah
Message:

remove test in DrawLegend? allowing title to be created.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkheightmapviewer.tcl

    r3546 r3547  
    23342334        # If there's a legend title, create a text item for the title.
    23352335        $c create text $x $y \
    2336             -anchor ne \
    2337             -fill $itk_option(-plotforeground) -tags "title legend" \
    2338             -font $font
    2339             incr y $lineht
     2336                -anchor ne \
     2337                -fill $itk_option(-plotforeground) -tags "title legend" \
     2338                -font $font
    23402339        $c create text $x $y \
    23412340            -anchor ne \
Note: See TracChangeset for help on using the changeset viewer.