[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kate/part
From:       Andreas Kling <kling () impul ! se>
Date:       2006-07-14 15:39:22
Message-ID: 1152891562.677014.2545.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 562363 by kling:

Reverting 559572 -- I had it right the first time (smart end), goodness...


 M  +1 -1      kateviewinternal.cpp  


--- branches/KDE/3.5/kdelibs/kate/part/kateviewinternal.cpp #562362:562363
@@ -1285,7 +1285,7 @@
   int lc = l->lastChar();
 
   if (lc < 0 || c.col() == (lc + 1)) {
-    c.setCol(currentRange().endCol);
+    c.setCol(currentRange().endCol - 1);
   } else {
     c.setCol(lc + 1);
   }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic