Project

General

Profile

« Previous | Next » 

Revision 8350f3a6

Added by Alexander Oppermann over 9 years ago

removed style parameter for combobox. Quick fix for ticket #4289. Needs to be reviewed.

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/combo/TermComboElement.java
104 104
        }
105 105

  
106 106
        // create combo
107
        combo = new Combo(getLayoutComposite(), SWT.BORDER | SWT.READ_ONLY | style);
107
        combo = new Combo(getLayoutComposite(), SWT.BORDER | SWT.READ_ONLY );//FIXME: removed this parameter seems break windows version: | style
108 108
        addControl(combo);
109 109
        combo.setLayoutData(LayoutConstants.FILL_HORIZONTALLY());
110 110
        combo.setVisibleItemCount(DEFAULT_VISIBLE_ITEMS);

Also available in: Unified diff