[Kst] branches/work/kst/1.1/kst/kst

George Staikos staikos at kde.org
Sat Oct 22 07:55:28 CEST 2005


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;


More information about the Kst mailing list