Skip to content

Commit

Permalink
Should call super.performDefaults() on Preference page
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillipus committed Nov 29, 2024
1 parent 6185fb9 commit 5526a98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ protected void performDefaults() {
fProxyPortTextField.setText(getPreferenceStore().getDefaultString(PREFS_PROXY_PORT));
fRequiresProxyAuthenticationButton.setSelection(getPreferenceStore().getDefaultBoolean(PREFS_PROXY_REQUIRES_AUTHENTICATION));
updateProxyControls();
super.performDefaults();
}

private void updateProxyControls() {
Expand Down

0 comments on commit 5526a98

Please sign in to comment.