From 7fb708fd832dcf54c337e3bd92b80ad4166a041b Mon Sep 17 00:00:00 2001 From: fvogel Date: Tue, 30 Dec 2014 16:56:47 +0000 Subject: Reverted [8568be1258] since this commit was not correct. --- generic/tkTextDisp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c index 6d49488..058f85c 100644 --- a/generic/tkTextDisp.c +++ b/generic/tkTextDisp.c @@ -4895,8 +4895,7 @@ TextRedrawTag( * the line containing the previous character. */ - if ((curIndexPtr->byteIndex == 0) - && !TkTextIsElided(textPtr, curIndexPtr, NULL)) { + if (curIndexPtr->byteIndex == 0) { dlPtr = FindDLine(textPtr, dlPtr, curIndexPtr); } else { TkTextIndex tmp; -- cgit v0.12