mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +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();
|
||||
}
|
||||
if (dd instanceof ICMultiConfigDescription)
|
||||
((ICMultiConfigDescription)sd).setErrorParserIDs(s);
|
||||
((ICMultiConfigDescription)dd).setErrorParserIDs(s);
|
||||
else
|
||||
dd.getBuildSetting().setErrorParserIDs(s);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue