Ignore:
Timestamp:
09/03/08 14:01:24 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

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

    r289 r290  
    12551255                // --- Get the output of the LineBreakMeasurer and store it in a
    12561256                while ((layout = _lineBreaker.nextLayout(width)) != null) {
    1257                         // for some reason lineBreaker will not break on newline
     1257                        // lineBreaker does not break on newline
    12581258                        // characters so they have to be check manually
    12591259                        int start = _lineOffsets.get(_lineOffsets.size() - 1);
Note: See TracChangeset for help on using the changeset viewer.