Ver código fonte

【注释】内容选择工具,框选区域包含注释,复制再粘贴,未包含注释(已修复)

tangchao 1 ano atrás
pai
commit
dcc439604c

+ 2 - 1
PDF Office/PDF Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFPageExtensions/CPDFPage+PDFListView.m

@@ -107,7 +107,8 @@
         [transform concat];
     }
     
-    [self drawWithBox:box toContext:context];
+//    [self drawWithBox:box toContext:context];
+    [self drawEditWithBox:box toContext:context];
     
     [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationDefault];