Browse Source

测试数据删除

lizhe 10 months ago
parent
commit
bae4d1cd25

+ 2 - 2
PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/AnnotationProperty/KMPropertiesViewPopController.swift

@@ -33,7 +33,7 @@ import Cocoa
 
     func showChangeColorDetailsView(_ view: NSView) {
         DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
-//            if KMGuideInfoWindowController.availableShow(.customColor) {
+            if KMGuideInfoWindowController.availableShow(.customColor) {
                 self.guideInfoWindowController = KMGuideInfoWindowController.currentWC()
                 guard let guideWC = self.guideInfoWindowController else { return }
                 
@@ -51,7 +51,7 @@ import Cocoa
                 view.window?.addChildWindow(guideWC.window!, ordered: .above)
                 guideWC.show()
             }
-//        }
+        }
     }
 
     override func viewDidLoad() {