浏览代码

【综合】页面编辑按钮默认颜色调整

niehaoyu 11 月之前
父节点
当前提交
48ea36888e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PDF Office/PDF Master/Class/PDFTools/PageEdit/Window/KMPDFEditWindowController.swift

+ 1 - 1
PDF Office/PDF Master/Class/PDFTools/PageEdit/Window/KMPDFEditWindowController.swift

@@ -77,7 +77,7 @@ class KMPDFEditWindowController: KMBaseWindowController {
         for item in self._viewController?.toolBar.toolBar.items ?? [] {
             item.wantsLayer = true
             if appearance == .darkAqua {
-                item.layer?.backgroundColor = KMAppearance.Layout.l_2Color().cgColor
+                item.layer?.backgroundColor = .clear
             } else {
                 item.layer?.backgroundColor = .clear
             }