aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/tkZinc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tkZinc.c b/generic/tkZinc.c
index 7706f43..f04d46c 100644
--- a/generic/tkZinc.c
+++ b/generic/tkZinc.c
@@ -4592,6 +4592,9 @@ Configure(Tcl_Interp *interp,/* Used for error reporting. */
}
#endif
+ if (CONFIG_PROBE(INSERT_WIDTH_SPEC) && wi->focus_item) {
+ ITEM.Invalidate(wi->focus_item, ZN_COORDS_FLAG);
+ }
/*
* Update the blinking cursor timing if on/off time has changed.
*/