mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 04:45:38 +02:00
Bug 324624 - Launch group: Number of entries is not reducible
This commit is contained in:
parent
ffc95c0d8d
commit
5c31ff1458
1 changed files with 3 additions and 2 deletions
|
@ -448,9 +448,10 @@ public class MultiLaunchConfigurationTabGroup extends AbstractLaunchConfiguratio
|
|||
}
|
||||
|
||||
public void initializeFrom(ILaunchConfiguration configuration) {
|
||||
MultiLaunchConfigurationDelegate.createLaunchElements(configuration, input);
|
||||
// replace the input from previously shown launch configurations
|
||||
input = MultiLaunchConfigurationDelegate.createLaunchElements(configuration, new ArrayList<LaunchElement>());
|
||||
if (treeViewer != null) {
|
||||
treeViewer.refresh(true);
|
||||
treeViewer.setInput(input);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue