diff options
author | fvogelnew1@free.fr <fvogel> | 2016-02-08 21:39:52 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2016-02-08 21:39:52 (GMT) |
commit | 13e43074bd87201ef3dc5e42e1969e5cce4b14d6 (patch) | |
tree | 48c25fcf359c3b409ea31c5726b3d72e30556ee6 /generic | |
parent | 0d63aec2971bd32dfde9080fa6de48069ce8fd50 (diff) | |
download | tk-13e43074bd87201ef3dc5e42e1969e5cce4b14d6.zip tk-13e43074bd87201ef3dc5e42e1969e5cce4b14d6.tar.gz tk-13e43074bd87201ef3dc5e42e1969e5cce4b14d6.tar.bz2 |
With the real fix in FindDLine ([717e12ee]) there is no need anymore of the emergency patch [c3c09f82].
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkTextDisp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c index 4d41134..44d451a 100644 --- a/generic/tkTextDisp.c +++ b/generic/tkTextDisp.c @@ -4683,9 +4683,6 @@ TextChanged( */ lastPtr = FindDLine(textPtr, dInfoPtr->dLinePtr, &rounded); - while ((lastPtr != NULL) && (TkTextIndexCmp(&lastPtr->index, &rounded) < 0)) { - lastPtr = lastPtr->nextPtr; - } /* * At least one display line is supposed to change. This makes the |