Fixing scroll behaviour on the contact list when using a trackpoint. Patch by Sebastien Mazy.

cusax-fix
Emil Ivov 17 years ago
parent 18c8f46e10
commit fe51cbaf69

@ -746,7 +746,8 @@ public void mousePressed(MouseEvent e)
int translatedX = e.getX() - selectedCellPoint.x;
if (selectedValue instanceof MetaContact)
if (selectedValue instanceof MetaContact
&& (e.getModifiers() & InputEvent.BUTTON1_MASK) != 0)
{
MetaContact mContact = (MetaContact) selectedValue;

Loading…
Cancel
Save