Ariver
2026-06-28 9ba7cd3b47fb91eaaa8d0c3df8b7286a89be1756
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
    }