Ticket #2462: justify_correction.patch
File justify_correction.patch, 738 bytes (added by boyanl, 15 years ago) |
---|
-
modules/org.sophie2.base.model.text/src/main/java/org/sophie2/base/model/text/layout/LineBreakUtil.java
### Eclipse Workspace Patch 1.0 #P sophie
155 155 (c == CommonChar.SPACE || 156 156 c == CommonChar.TAB || 157 157 c == CommonChar.LINE_BREAK)) { 158 c = text.unitAt( ind++).getChar();158 c = text.unitAt(++ind).getChar(); 159 159 } 160 160 161 161 whitespaceBreaks.add(ind);