Ariver
2026-07-13 14a1efc86d0295be3a0d3fe1ebe7b8080266da2d
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
    }