Browse Source

Merge branch 'develop_PDFReaderProNew' of git.kdan.cc:Mac_PDF/PDF_Office into develop_PDFReaderProNew

tangchao 9 months ago
parent
commit
6fd563aff0

+ 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)