summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkTextDisp.c')
-rw-r--r--generic/tkTextDisp.c3
1 files changed, 1 insertions, 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;