1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 04:45:38 +02:00

Bug: no tool setting list update

This commit is contained in:
Oleg Krasilnikov 2007-05-25 12:04:55 +00:00
parent a092683954
commit 29ddd2e511

View file

@ -585,9 +585,9 @@ public class ToolSettingsTab extends AbstractCBuildPropertyTab implements IPrefe
}
public void updateData(ICResourceDescription cfgd) {
handleOptionSelection();
fInfo = getResCfg(cfgd);
setValues();
handleOptionSelection();
}
protected void performApply(ICResourceDescription src, ICResourceDescription dst) {