I have an Eclipse RCP application with a canvas and a palette full of items. The user can click on any item in the palette to select it and then drop it anywhere on the canvas.
If the user double clicks an item, it gets immediately dropped on the canvas in the upper left corner. Is there a way to disable the double click in the palette?