Changeset 1519 for trunk


Ignore:
Timestamp:
03/17/20 10:23:40 (4 years ago)
Author:
bnemhaus
Message:
 
File:
1 edited

Legend:

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

    r1514 r1519  
    36833683                        anchorConstraints();
    36843684                        int width = Math.abs(getBoundsWidth());
    3685                         //System.err.println("Item::setAnchorRight::Text Content= " + getText() + "; width=" + width);
    36863685                        setX(DisplayController.getFramePaintArea().getMaxX() - anchor - width);
    36873686                }
Note: See TracChangeset for help on using the changeset viewer.