Преглед на файлове

【fix】【注释列表】注释列表后的页码有点跑版,且有点拥挤

tangchao преди 6 месеца
родител
ревизия
06045920a5
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/Annotation/View/KMNoteTableViewCell.swift

+ 2 - 0
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/Annotation/View/KMNoteTableViewCell.swift

@@ -283,6 +283,7 @@ extension KMNoteTableViewCell {
                 noteString = data.contents ?? ""
                 self.annotationContentLabel.stringValue = noteString
                 
+                self.isFold = isFold
                 if (noteString.isEmpty == false) {
                     self.contentViewHidden(false)
                 } else {
@@ -366,6 +367,7 @@ extension KMNoteTableViewCell {
             } else {
                 self.annotationContentLabel.stringValue = noteString
                 self.imageViewHeightConstraint.constant = self.contentView.frame.size.height
+                self.isFold = isFold
                 if (noteString.isEmpty == false) {
                     self.contentViewHidden(false)
                 } else {