Changeset 85


Ignore:
Timestamp:
05/31/08 16:33:49 (16 years ago)
Author:
bjn8
Message:

Fixed subtle bug in iWidget when stamping out copies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/InteractiveWidget.java

    r84 r85  
    420420                Text t = _textRepresentation.copy();
    421421                String clonedAnnotation = getAnnotationString(true);
    422                 _textRepresentation.setText(clonedAnnotation);
     422                t.setText(clonedAnnotation);
    423423                return InteractiveWidget.CreateWidget(t);
    424424        }
Note: See TracChangeset for help on using the changeset viewer.