Project

General

Profile

« Previous | Next » 

Revision 0b6b2b6e

Added by Patrick Plitzner over 6 years ago

Disable mousewheel modification for combo elements

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/combo/AbstractComboElement.java
61 61
        combo.setLayoutData(fill_HORIZONTALLY);
62 62
        fill_HORIZONTALLY.maxWidth = 50;
63 63
        combo.setVisibleItemCount(DEFAULT_VISIBLE_ITEMS);
64

  
65
        //disable mouse-wheel selection
66
        combo.addListener(SWT.MouseWheel, e->e.doit=false);
64 67
    }
65 68

  
66 69
    /** {@inheritDoc} */

Also available in: Unified diff