Ticket #2464: AutoChainingCloseAccessBug.patch
File AutoChainingCloseAccessBug.patch, 636 bytes (added by mira, 15 years ago) |
---|
-
src/main/java/org/sophie2/main/func/text/utils/TextChainUtils.java
### Eclipse Workspace Patch 1.0 #P org.sophie2.main.func.text
167 167 * which flow will be recalculated. 168 168 */ 169 169 public static void reflowText(HeadTextFrameView headFrameView) { 170 if (headFrameView == null ) {170 if (headFrameView == null || headFrameView.getAccess().isClosed()) { 171 171 return; 172 172 } 173 173