Changeset 3101 for trunk/gui


Ignore:
Timestamp:
Jul 17, 2012 7:01:14 AM (12 years ago)
Author:
gah
Message:

fixes for drawing. Allow empty html file.

File:
1 edited

Legend:

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

    r3100 r3101  
    604604    foreach { x1 y1 x2 y2 } [ScreenCoords $coords] break
    605605    set id [$itk_component(drawing) create rectangle $x1 $y1 $x2 $y2]
    606 puts stderr "$itk_component(drawing) create rectangle $x1 $y1 $x2 $y2"
    607606    set _cname2id($cname) $id
    608607    eval $itk_component(drawing) itemconfigure $id [array get options]
Note: See TracChangeset for help on using the changeset viewer.