summarylogtreecommitdiffstats
path: root/disable_native_dialogs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'disable_native_dialogs.patch')
-rw-r--r--disable_native_dialogs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/disable_native_dialogs.patch b/disable_native_dialogs.patch
new file mode 100644
index 000000000000..678740dd05b4
--- /dev/null
+++ b/disable_native_dialogs.patch
@@ -0,0 +1,11 @@
+--- a/build/shared/lib/defaults.txt
++++ b/build/shared/lib/defaults.txt
+@@ -74,7 +74,7 @@
+ recent.count = 10
+
+ # Default to the native (AWT) file selector where possible
+-chooser.files.native = true
++chooser.files.native = false
+ # We were shutting this off on macOS because it broke Copy/Paste:
+ # https://github.com/processing/processing/issues/1035
+ # https://github.com/processing/processing4/issues/77