Skip to content

Commit f7df89b

Browse files
author
jantje
committed
Sloeber 4.4 regression in project->properties->arduino
Can be reproduced by creating a project;convert it to C++ project with sloeber toolchain Add arduino nature Open project properties->arduino
1 parent d6df107 commit f7df89b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

io.sloeber.ui/src/io/sloeber/ui/project/properties/OtherProperties.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import org.eclipse.swt.widgets.Button;
99
import org.eclipse.swt.widgets.Composite;
1010

11-
import io.sloeber.core.api.CompileDescription;
1211
import io.sloeber.core.api.OtherDescription;
1312
import io.sloeber.ui.Messages;
1413

@@ -75,7 +74,7 @@ protected void updateSloeber(ICConfigurationDescription confDesc, Object theObje
7574

7675
@Override
7776
protected Object getnewDefaultObject() {
78-
return new CompileDescription();
77+
return new OtherDescription();
7978
}
8079

8180

0 commit comments

Comments
 (0)