mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 11:25:35 +02:00
Bug #235102 : Checked error parsers not properly saved when using [All Configurations]
This commit is contained in:
parent
6876e4ff00
commit
aa8ea9cdff
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ public class ErrorParsTab extends AbstractCPropertyTab {
|
||||||
s = sd.getBuildSetting().getErrorParserIDs();
|
s = sd.getBuildSetting().getErrorParserIDs();
|
||||||
}
|
}
|
||||||
if (dd instanceof ICMultiConfigDescription)
|
if (dd instanceof ICMultiConfigDescription)
|
||||||
((ICMultiConfigDescription)sd).setErrorParserIDs(s);
|
((ICMultiConfigDescription)dd).setErrorParserIDs(s);
|
||||||
else
|
else
|
||||||
dd.getBuildSetting().setErrorParserIDs(s);
|
dd.getBuildSetting().setErrorParserIDs(s);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue