Ariver
2026-08-14 21e9dd7c95e3f58a19a7c7342ff3d6584eb9097e
C1.source/Sources/AlignerCore/Screenshots/ScreenCaptureKitScreenshotProvider.swift
@@ -256,7 +256,9 @@
        configuration.height = max(1, Int(contentInfo.contentRect.height * CGFloat(contentInfo.pointPixelScale)))
        configuration.showsCursor = false
        configuration.ignoreShadowsSingleWindow = true
        configuration.includeChildWindows = true
        if #available(macOS 14.2, *) {
            configuration.includeChildWindows = true
        }
        return configuration
    }