1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

Restore Defaults pressed in "Entries" tab should refresh immediately

This commit is contained in:
Andrew Gvozdev 2012-04-13 16:29:54 -04:00
parent 673e94acc7
commit 27a3f46064

View file

@ -1091,7 +1091,11 @@ public class LanguageSettingsProviderTab extends AbstractCPropertyTab {
}
}
updateData(getResDesc());
ICResourceDescription rcDescription = getResDesc();
updateData(rcDescription);
// update other tabs
masterPropertyPage.informAll(UPDATE, rcDescription);
}
}