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

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

wanjun преди 10 месеца
родител
ревизия
8a9944ca09
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      PDF Office/PDF Master/Class/PDFTools/AddPassword/New/View/KMSecurityView.swift

+ 3 - 3
PDF Office/PDF Master/Class/PDFTools/AddPassword/New/View/KMSecurityView.swift

@@ -135,9 +135,9 @@ extension KMSecurityView {
         self.model.openPassword = openPassword.stringValue
         self.model.ownerPassword = ownerPassword.stringValue
         self.model.title = titleTextField.stringValue
-        self.model.author = authorLabel.stringValue
-        self.model.subject = subjectLabel.stringValue
-        self.model.keywords = keywordLabel.stringValue
+        self.model.author = authorTextField.stringValue
+        self.model.subject = subjectTextField.stringValue
+        self.model.keywords = keywordTextField.stringValue
         self.reloadData()
     }