summaryrefslogtreecommitdiff
path: root/editors/kate-kde4/files/patch-part_view_kateviewhelpers.cpp
blob: 9abb4df2ff933eb9b37dd91acb28f672ec495c2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;