diff options
Diffstat (limited to 'generic/ttk/ttkEntry.c')
-rw-r--r-- | generic/ttk/ttkEntry.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/ttk/ttkEntry.c b/generic/ttk/ttkEntry.c index 1ef2423..e6365b2 100644 --- a/generic/ttk/ttkEntry.c +++ b/generic/ttk/ttkEntry.c @@ -1652,14 +1652,6 @@ static int EntryXViewCommand( { Entry *entryPtr = recordPtr; - /* - * Ensure that the scroll info is up-to-date before a scrolling command. - */ - - if (entryPtr->core.flags & REDISPLAY_PENDING) { - EntryDoLayout(entryPtr); - } - if (objc == 3) { int newFirst; if (EntryIndex(interp, entryPtr, objv[2], &newFirst) != TCL_OK) { |