mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Fix for 197925, Restore Defaults for the Indexer Preferences works incorrectly.
This commit is contained in:
parent
48742033a5
commit
c61a0ca618
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ public class IndexerStrategyBlock extends AbstractCOptionPage {
|
||||||
|
|
||||||
public void performDefaults() {
|
public void performDefaults() {
|
||||||
initUpdatePolicy(IndexerPreferences.getDefaultUpdatePolicy());
|
initUpdatePolicy(IndexerPreferences.getDefaultUpdatePolicy());
|
||||||
fAutoUpdateButton.setSelection(false);
|
fUseActiveBuildButton.setSelection(false);
|
||||||
fImmediateUpdateButton.setSelection(true);
|
fUseFixedBuildConfig.setSelection(true);
|
||||||
updateEnablement();
|
updateEnablement();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue