Skip to content

Commit

Permalink
Keyfigure group combo extended
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmnet committed Aug 5, 2022
1 parent 74de072 commit 4e606de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ private void buildKeyfigureModelSelection() {
keyfigures.getEditor().setEditable(false);
keyfigures.getEditor().setCursor(Cursor.DEFAULT);
keyfigures.getSelectionModel().select(0);
keyfigures.setVisibleRowCount(15);

keyfigures.getSelectionModel().selectedIndexProperty().addListener((o,ov,nv) -> {
Map<Integer,KeyFigurePreset> pr = null;
Expand Down

0 comments on commit 4e606de

Please sign in to comment.