Skip to content
Snippets Groups Projects
Commit be7c7002 authored by Javier.Errea-Moreno's avatar Javier.Errea-Moreno
Browse files

Always display three option for generation code.

parent fcf57584
No related branches found
No related tags found
1 merge request!171Mbed
......@@ -285,13 +285,13 @@ public class JDialogAvatarExecutableCodeGeneration extends javax.swing.JFrame im
jp01.add(new JLabel("Code generator used:"), c01);
String[] codesTmp = codes;
/*String[] codesTmp = codes;
if (!mgui.isExperimentalOn()) {
codesTmp = new String[1];
codesTmp[0] = codes[0];
}
}*/
versionCodeGenerator = new JComboBox<String>(codesTmp);
versionCodeGenerator = new JComboBox<String>(codes);
versionCodeGenerator.setSelectedIndex(selectedItem);
versionCodeGenerator.addActionListener(this);
jp01.add(versionCodeGenerator, c01);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment