Comment 23 for bug 926917

Revision history for this message
pgreenland (philip-pgreenland) wrote :

vkulkov,

Excellent, glad it worked + I thought the scrolling was reversed too but wasn't sure if it was me as I've never had horizontal scrolling before.

To invert and fix the scrolling change the -1 on line 1601 of src/evdec.c to 1 so it should read:

SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, 1.0, SCROLL_FLAG_NONE);

Sorted it for me.

Thanks,

Phil