Merge branch 'hotfix-1.3' into geometric_scheme

This commit is contained in:
qPCR4vir
2016-04-20 01:54:35 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2311,9 +2311,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;