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:
parent
02b96302a7
commit
d49a0e91fd
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue