瀏覽代碼

【fix】【内容编辑】文字块更换字体,属性面板和悬浮菜单未联动

tangchao 7 月之前
父節點
當前提交
d893fa64ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PDF Office/PDF Master/Class/PDFTools/EditPDF/Window/KMEditPDFPopToolBarWindow.swift

+ 1 - 1
PDF Office/PDF Master/Class/PDFTools/EditPDF/Window/KMEditPDFPopToolBarWindow.swift

@@ -117,7 +117,7 @@ import Cocoa
                                 model.fontName = self.model.fontNames.first
                             } else {
                                 model.isEnabled = false
-                                model.fontName = nil
+                                model.fontName = "Helvetica"
                             }
                         } else if key == .fontAdd {
                             model.isEnabled = self._fontSizeItemIsEnabled()