Line 0
Link Here
|
|
|
1 |
--- part/view/kateviewhelpers.cpp.orig 2014-10-26 20:17:55 UTC |
2 |
+++ part/view/kateviewhelpers.cpp |
3 |
@@ -1532,7 +1532,7 @@ void KateIconBorder::paintBorder (int /* |
4 |
uint startz = (y / h); |
5 |
uint endz = startz + 1 + (height / h); |
6 |
uint lineRangesSize = m_viewInternal->cache()->viewCacheLineCount(); |
7 |
- uint currentLine = m_view->cursorPosition().line(); |
8 |
+ int currentLine = m_view->cursorPosition().line(); |
9 |
|
10 |
// center the folding boxes |
11 |
int m_px = (h - 11) / 2; |