Skip to content

Commit

Permalink
Fix NullPointerException from missing songPreview ComboBox
Browse files Browse the repository at this point in the history
  • Loading branch information
wcko87 committed Feb 23, 2021
1 parent a6f5cbe commit 365b7c0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@
<CheckBox fx:id="useSongInfo" mnemonicParsing="false" prefHeight="18.0" text="%USE_SONGINFO" />
<CheckBox fx:id="folderlamp" mnemonicParsing="false" prefHeight="25.0" text="%FOLDER_LAMP" />
<CheckBox fx:id="shownoexistingbar" mnemonicParsing="false" prefHeight="25.0" text="%SHOW_NO_SONG_EXISTING_BAR" />
<CheckBox fx:id="playPreview" mnemonicParsing="false" prefHeight="25.0" text="%PLAY_PREVIEW" />
<HBox spacing="10" prefHeight="30.0">
<Label text="%PLAY_PREVIEW" prefHeight="25.0"/>
<ComboBox fx:id="songPreview" prefHeight="25.0"/>
</HBox>
<CheckBox fx:id="randomselect" mnemonicParsing="false" text="%RANDOM_SELECT" />
<HBox prefHeight="40.0" prefWidth="730.0">
<Label prefHeight="25.0" prefWidth="150.0"
Expand Down

0 comments on commit 365b7c0

Please sign in to comment.