Skip to content

Commit 3b0a18e

Browse files
author
jantje
committed
Regression the previous selected board was no longer selected
1 parent 6265ede commit 3b0a18e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io.sloeber.ui/src/io/sloeber/ui/wizard/newsketch/NewSketchWizard.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public boolean performFinish() {
9191
CompileDescription compileDescription = new CompileDescription();
9292
URI locationURI = (!this.mWizardPage.useDefaults()) ? this.mWizardPage.getLocationURI() : null;
9393
compileDescription.setEnableParallelBuild(MyPreferences.getEnableParallelBuildForNewProjects());
94+
boardDescription.saveUserSelection();
9495
this.mProject = SloeberProject.createArduinoProject(this.mWizardPage.getProjectName(),
9596
locationURI, boardDescription, codeDescription, compileDescription, new NullProgressMonitor());
9697

0 commit comments

Comments
 (0)