Skip to content

Commit 5526a98

Browse files
committed
Should call super.performDefaults() on Preference page
1 parent 6185fb9 commit 5526a98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.archimatetool.editor/src/com/archimatetool/editor/preferences/NetworkConnectionsPreferencePage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ protected void performDefaults() {
201201
fProxyPortTextField.setText(getPreferenceStore().getDefaultString(PREFS_PROXY_PORT));
202202
fRequiresProxyAuthenticationButton.setSelection(getPreferenceStore().getDefaultBoolean(PREFS_PROXY_REQUIRES_AUTHENTICATION));
203203
updateProxyControls();
204+
super.performDefaults();
204205
}
205206

206207
private void updateProxyControls() {

0 commit comments

Comments
 (0)