mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
bug 274684: Indicators of string list modes for multi-configuration edits look like debug texts
This commit is contained in:
parent
4ec4353e88
commit
2f6862ce71
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ public abstract class AbstractLangsListTab extends AbstractCPropertyTab {
|
|||
int result = PreferencesUtil.createPreferenceDialogOn(parent.getShell(), STRING_LIST_MODE_PREFERENCE_PAGE, null, null).open();
|
||||
if (result!=Window.CANCEL) {
|
||||
updateStringListModeControl();
|
||||
update();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue