소스 검색

【批量】- 按钮悬停效果

liujiajie 11 달 전
부모
커밋
e7d6291fa7
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      PDF Office/PDF Master/Class/Batch/View/KMCustomViewButton.swift

+ 2 - 3
PDF Office/PDF Master/Class/Batch/View/KMCustomViewButton.swift

@@ -215,9 +215,8 @@ import Cocoa
             self._showPop()
             if (self.dataSource == nil) {
                 NotificationCenter.default.post(name: NSNotification.Name("KMCloseCustomViewButtonPopNotification"), object: nil)
-            }//else {
-//                self._state = .mouseIn
-//            }
+            }
+            self._state = .mouseIn
         }
     }