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, 0 insertions, 11 deletions
diff --git a/disable_native_dialogs.patch b/disable_native_dialogs.patch
deleted file mode 100644
index 678740dd05b4..000000000000
--- a/disable_native_dialogs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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