SVN commit 472875 by staikos:
backport: advance 1 screen fix
M +1 -1 kstdoc.cpp
--- branches/work/kst/1.1/kst/kst/kstdoc.cpp #472874:472875
@@ -713,7 +713,7 @@
doAve = V->doAve();
fileN = V->fileLength();
- if (f0 + n > fileN) {
+ if (f0 + 2 * n > fileN) {
f0 = fileN - n;
} else {
f0 += n;