Skip to content

Commit 7f28b71

Browse files
committed
added documentation
1 parent 87c1e47 commit 7f28b71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/processing/app/Preferences.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ static public void init() {
141141
PApplet.useNativeSelect =
142142
Preferences.getBoolean("chooser.files.native"); //$NON-NLS-1$
143143

144+
// So that the system proxy setting are used by default
145+
// https://github.com/processing/processing/issues/2643
144146
System.setProperty("java.net.useSystemProxies","true");
145147

146148
// Set http proxy for folks that require it.

0 commit comments

Comments
 (0)