1
0
Fork 0
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:
John Cortell 2009-05-14 20:04:45 +00:00
parent f1841fc08a
commit 3eafcf3d6a

View file

@ -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();