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
     
    167167         *                      which flow will be recalculated. 
    168168         */ 
    169169        public static void reflowText(HeadTextFrameView headFrameView) { 
    170                 if (headFrameView == null) { 
     170                if (headFrameView == null || headFrameView.getAccess().isClosed()) { 
    171171                        return; 
    172172                } 
    173173