remove max number of elements in combo boxes
authorKatja Luther <k.luther@bgbm.org>
Tue, 24 Nov 2020 07:37:38 +0000 (08:37 +0100)
committerKatja Luther <k.luther@bgbm.org>
Tue, 24 Nov 2020 07:38:48 +0000 (08:38 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/combo/AbstractComboElement.java

index a779789c3db36bedd289a17fd95a129ff2016df6..04b743de4ff90a3c0dd71c46e2d4d6fcf35b5e33 100644 (file)
@@ -73,7 +73,7 @@ DisposeListener {
         TableWrapData fill_HORIZONTALLY = LayoutConstants.FILL_HORIZONTALLY();
         combo.setLayoutData(fill_HORIZONTALLY);
         fill_HORIZONTALLY.maxWidth = 50;
-        combo.setVisibleItemCount(DEFAULT_VISIBLE_ITEMS);
+//        combo.setVisibleItemCount(DEFAULT_VISIBLE_ITEMS);
         //disable mouse-wheel selection
         combo.addListener(SWT.MouseWheel, e->e.doit=false);
         this.hasNullValue = hasNullValue;