Browse Source

【注释】文字改变自适应高度

lizhe 1 year ago
parent
commit
e9b2412592

+ 1 - 0
PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/AnnotationProperty/KMGeneralAnnotationViewController.m

@@ -2024,6 +2024,7 @@
         if ([annotation isKindOfClass:[CPDFTextAnnotation class]]) {
             if (![notification.object[@"keyPath"] isEqualToString: CPDFAnnotationBoundsKey]) {
                 [self configureUIView];
+                [self adjustFreetText];
             }
         }
     }