Browse Source

【批量】- 按钮悬停效果

liujiajie 11 months ago
parent
commit
e7d6291fa7
1 changed files with 2 additions and 3 deletions
  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
         }
     }