Fix a color issue on macOS

On a Mac with an HDR display it would render colours incorrectly in the PDE
This commit is contained in:
Stef Tervelde
2025-03-26 16:51:59 +01:00
committed by GitHub
parent 8a45a1f78d
commit 67c1205d6b
+2 -1
View File
@@ -72,6 +72,7 @@ compose.desktop {
entitlementsFile.set(file("macos/entitlements.plist"))
runtimeEntitlementsFile.set(file("macos/entitlements.plist"))
appStore = true
jvmArgs("-Dsun.java2d.metal=true")
}
windows{
iconFile = rootProject.file("build/windows/processing.ico")
@@ -542,4 +543,4 @@ afterEvaluate {
dependsOn("signResources")
finalizedBy("setExecutablePermissions")
}
}
}