Ignore:
Timestamp:
07/28/15 16:57:44 (9 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/flowlayout/XGroupItem.java

    r958 r959  
    621621                               
    622622                                if (items_in_nested_enclosure.size()==0) {
    623                                         if(text.getPixelBoundsUnion().x >= this.getBoundingXLeft() && text.getPixelBoundsUnion().y >= this.getBoundingYTop())
    624                                                 raw_text_item_list.add(text);
    625                                         else remaining_item_list.add(text);
     623//                                      if(text.getPixelBoundsUnion().x >= this.getBoundingXLeft() && text.getPixelBoundsUnion().y >= this.getBoundingYTop())
     624//                                              raw_text_item_list.add(text);
     625//                                      else remaining_item_list.add(text);
     626                                        raw_text_item_list.add(text);
    626627                                }
    627628                                else {
Note: See TracChangeset for help on using the changeset viewer.