Skip to content
Snippets Groups Projects
Commit 2a6cccb6 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #93

exception if saving new payment with repeat enabled but no
repeatMonthDay selected
parent 2f417dbc
Branches
Tags
1 merge request!104merge v_1_2_0 into master
......@@ -107,6 +107,7 @@ public class NewPaymentController
comboBoxCategory.setCellFactory((view) -> {
return new SmallCategoryCell();
});
comboBoxRepeatingDay.setValue(1);
buttonCategoryCell = new ButtonCategoryCell(Color.WHITE);
comboBoxCategory.setButtonCell(buttonCategoryCell);
comboBoxCategory.setStyle("-fx-border-color: #000000; -fx-border-width: 2; -fx-border-radius: 5; -fx-background-radius: 5;");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment