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

【BOTA】搜索选中颜色调整

lizhe преди 1 година
родител
ревизия
fae46d27d6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/Search/KMSearchViewController.swift

+ 1 - 1
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/Search/KMSearchViewController.swift

@@ -335,7 +335,7 @@ extension KMSearchViewController {
         self.selectAllSearchModel()
         self.selectAllSearchModel()
         var selections: [CPDFSelection] = []
         var selections: [CPDFSelection] = []
         for model in searchModes {
         for model in searchModes {
-            model.selection.setColor(NSColor(hex: "#FFD600").withAlphaComponent(0.5))
+            model.selection.setColor(NSColor(hex: "#FF5C00").withAlphaComponent(0.5))
             selections.append(model.selection)
             selections.append(model.selection)
         }
         }
         self.toSections(selections)
         self.toSections(selections)