Skip to content

Commit

Permalink
Use -1 for no combo box selection
Browse files Browse the repository at this point in the history
  • Loading branch information
DS committed Dec 17, 2020
1 parent e268c24 commit 3df74c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void editLayoutTrack(@Nonnull LayoutTrackView layoutTrackView) {
contentPane.add(rayScrollPane, BorderLayout.CENTER);
}

editLayoutTurntableBlockNameComboBox.setSelectedIndex(0);
editLayoutTurntableBlockNameComboBox.setSelectedIndex(-1);
LayoutBlock lb = layoutTurntable.getLayoutBlock();
if (lb != null) {
Block blk = lb.getBlock();
Expand Down

0 comments on commit 3df74c4

Please sign in to comment.