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:
parent
673e94acc7
commit
27a3f46064
1 changed files with 5 additions and 1 deletions
|
@ -1091,7 +1091,11 @@ public class LanguageSettingsProviderTab extends AbstractCPropertyTab {
|
|||
}
|
||||
}
|
||||
|
||||
updateData(getResDesc());
|
||||
ICResourceDescription rcDescription = getResDesc();
|
||||
|
||||
updateData(rcDescription);
|
||||
// update other tabs
|
||||
masterPropertyPage.informAll(UPDATE, rcDescription);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue