Skip to content

Commit 4e606de

Browse files
committed
Keyfigure group combo extended
1 parent 74de072 commit 4e606de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MAVGCL/src/main/java/com/comino/flight/ui/widgets/panel/ChartControlWidget.java

+1
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ private void buildKeyfigureModelSelection() {
368368
keyfigures.getEditor().setEditable(false);
369369
keyfigures.getEditor().setCursor(Cursor.DEFAULT);
370370
keyfigures.getSelectionModel().select(0);
371+
keyfigures.setVisibleRowCount(15);
371372

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

0 commit comments

Comments
 (0)