summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
diff options
context:
space:
mode:
authorculler <culler>2017-10-27 19:35:14 (GMT)
committerculler <culler>2017-10-27 19:35:14 (GMT)
commit536c5ddc87627f3c2f7731d849d39cb32d52356b (patch)
treea5905aaab9fe90d316f585a154a855c7c2f5c28c /generic/tkTextDisp.c
parenta578d46122735abb6d6bcf636751b94f68202677 (diff)
downloadtk-536c5ddc87627f3c2f7731d849d39cb32d52356b.zip
tk-536c5ddc87627f3c2f7731d849d39cb32d52356b.tar.gz
tk-536c5ddc87627f3c2f7731d849d39cb32d52356b.tar.bz2
Add a regression test with constraint aqua which tests that all
embedded windows in a Text get moved when scrolling. If the logic change introduced in [2148dd68] is reverted then this test fails.
Diffstat (limited to 'generic/tkTextDisp.c')
-rw-r--r--generic/tkTextDisp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c
index 594495d..d2b6147 100644
--- a/generic/tkTextDisp.c
+++ b/generic/tkTextDisp.c
@@ -4148,6 +4148,7 @@ DisplayText(
numRedisplays++;
if (tkTextDebug) {
Tcl_SetVar2(interp, "tk_textRedraw", NULL, "", TCL_GLOBAL_ONLY);
+ Tcl_SetVar2(interp, "tk_textEmbWinDisplay", NULL, "", TCL_GLOBAL_ONLY);
}
/*