Index: editors/kate/files/patch-part_view_kateviewhelpers.cpp
===================================================================
--- editors/kate/files/patch-part_view_kateviewhelpers.cpp	(nonexistent)
+++ editors/kate/files/patch-part_view_kateviewhelpers.cpp	(working copy)
@@ -0,0 +1,11 @@
+--- part/view/kateviewhelpers.cpp.orig	2014-10-26 20:17:55 UTC
++++ part/view/kateviewhelpers.cpp
+@@ -1532,7 +1532,7 @@ void KateIconBorder::paintBorder (int /*
+   uint startz = (y / h);
+   uint endz = startz + 1 + (height / h);
+   uint lineRangesSize = m_viewInternal->cache()->viewCacheLineCount();
+-  uint currentLine = m_view->cursorPosition().line();
++  int currentLine = m_view->cursorPosition().line();
+ 
+   // center the folding boxes
+   int m_px = (h - 11) / 2;

Property changes on: editors/kate/files/patch-part_view_kateviewhelpers.cpp
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property