mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed 276375. When adding a config to a Launch Group, the action selection is dropped
This commit is contained in:
parent
f1841fc08a
commit
3eafcf3d6a
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ public class MultiLaunchConfigurationTabGroup extends AbstractLaunchConfiguratio
|
|||
el.setName(conf.getName());
|
||||
el.setData(conf);
|
||||
el.setMode(dialog.getMode());
|
||||
el.setAction(dialog.getAction());
|
||||
treeViewer.refresh(true);
|
||||
treeViewer.setChecked(el, el.isEnabled());
|
||||
updateWidgetEnablement();
|
||||
|
|
Loading…
Add table
Reference in a new issue