1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

bug 418606: Exception on page "Preprocessor Include Paths" in multiconfiguration mode

This commit is contained in:
Andrew Gvozdev 2013-10-03 15:34:47 -04:00
parent 02b96302a7
commit d49a0e91fd

View file

@ -669,7 +669,7 @@ public class LanguageSettingsProviderTab extends AbstractCPropertyTab {
createSashForm();
fStatusLine = new StatusMessageLine(usercomp, SWT.LEFT, 2);
if (!page.isForPrefs()) {
if (!page.isForPrefs() && !page.isMultiCfg()) {
enableTabControls(masterPropertyPage.isLanguageSettingsProvidersEnabled());
}