Skip to content

Commit 07f15a2

Browse files
authored
Merge pull request #1018 from processing/macos-fix-hdr-colors
Fix a color issue on macOS
2 parents 7e55a74 + 67c1205 commit 07f15a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ compose.desktop {
7272
entitlementsFile.set(file("macos/entitlements.plist"))
7373
runtimeEntitlementsFile.set(file("macos/entitlements.plist"))
7474
appStore = true
75+
jvmArgs("-Dsun.java2d.metal=true")
7576
}
7677
windows{
7778
iconFile = rootProject.file("build/windows/processing.ico")

0 commit comments

Comments
 (0)