summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-04-22 22:09:50 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-04-22 22:09:50 (GMT)
commitf43a38c216438267b70e6141ecb1b6fd5194fd9c (patch)
treef883240827e0914ae114ae04e425442c33e23cbb /library/ttk
parente2d80191d706d8c9efed09c06b55ba96f48fdc7f (diff)
downloadtk-f43a38c216438267b70e6141ecb1b6fd5194fd9c.zip
tk-f43a38c216438267b70e6141ecb1b6fd5194fd9c.tar.gz
tk-f43a38c216438267b70e6141ecb1b6fd5194fd9c.tar.bz2
Fix [2513186fff] and [f9343d8f72]: ttk::entry xview sub-command forces use of update idletasks. Thanks to cjmcdonald.
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/entry.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/ttk/entry.tcl b/library/ttk/entry.tcl
index c123bc9..e9f249c 100644
--- a/library/ttk/entry.tcl
+++ b/library/ttk/entry.tcl
@@ -211,7 +211,6 @@ proc ttk::entry::ClosestGap {w x} {
## See $index -- Make sure that the character at $index is visible.
#
proc ttk::entry::See {w {index insert}} {
- update idletasks ;# ensure scroll data up-to-date
set c [$w index $index]
# @@@ OR: check [$w index left] / [$w index right]
if {$c < [$w index @0] || $c >= [$w index @[winfo width $w]]} {