Changeset 935


Ignore:
Timestamp:
11/15/14 17:53:25 (10 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

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

    r920 r935  
    13811381        public boolean intersects(Polygon p) {
    13821382                if (super.intersects(p)) {
    1383                         float textY = getY();
     1383//                      float textY = getY();
    13841384
    13851385                        for (TextLayout text : _textLayouts) {
Note: See TracChangeset for help on using the changeset viewer.