Browse Source

【注释】文字注释刷新方法调整

lizhe 9 months ago
parent
commit
10a9f33923

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

@@ -668,6 +668,7 @@ typedef NS_ENUM(NSUInteger, KMFreeTextMenuActionType) {
         [self.annotationModel setFontSize:fontSize];
         [self.annotationModel setFontColor:fontColor];
         [self.annotationModel setAlignment:alignment];
+//        [self.annotationModel.annotation updateAppearanceStream];
     }
     
     if (_didSelect != nil)