Forráskód Böngészése

【批量】- 按钮悬停效果

liujiajie 11 hónapja
szülő
commit
e7d6291fa7

+ 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
         }
     }