Skip to content

Commit

Permalink
Merge pull request #87 from mario-pi/fix-ARM-software-82
Browse files Browse the repository at this point in the history
Fix for issue #82: Unable to create new Cmsis C/C++ projects
  • Loading branch information
edriouk authored Sep 4, 2019
2 parents e17e8be + 235badd commit 38afc39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public void createControl(Composite parent) {
lblOutput.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));

adapterSelector = new RteToolChainAdapterSelector(mainComposite, SWT.NONE);
adapterSelector.addListener(this);
GridData gd = new GridData(SWT.FILL, SWT.FILL, true, true, 2, 1);
adapterSelector.setLayoutData(gd);

Expand Down

0 comments on commit 38afc39

Please sign in to comment.