We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6185fb9 commit 5526a98Copy full SHA for 5526a98
com.archimatetool.editor/src/com/archimatetool/editor/preferences/NetworkConnectionsPreferencePage.java
@@ -201,6 +201,7 @@ protected void performDefaults() {
201
fProxyPortTextField.setText(getPreferenceStore().getDefaultString(PREFS_PROXY_PORT));
202
fRequiresProxyAuthenticationButton.setSelection(getPreferenceStore().getDefaultBoolean(PREFS_PROXY_REQUIRES_AUTHENTICATION));
203
updateProxyControls();
204
+ super.performDefaults();
205
}
206
207
private void updateProxyControls() {
0 commit comments