3 instead of 1 step by list wheel scroll

This commit is contained in:
qPCR4vir 2016-04-19 00:16:36 +02:00
parent 67431865c9
commit aba0603606

View File

@ -2289,9 +2289,9 @@ namespace nana
index_pair target;
if(upwards == false)
lister.forward(scroll.offset_y_dpl, 1, target);
lister.forward(scroll.offset_y_dpl, 3, target); // scheme ??
else
lister.backward(scroll.offset_y_dpl, 1, target);
lister.backward(scroll.offset_y_dpl, 3, target);
if (target == scroll.offset_y_dpl)
return false;