From 71775ff27a2673061e31435638f38fa3783868d0 Mon Sep 17 00:00:00 2001 From: culler Date: Thu, 7 Feb 2019 17:08:49 +0000 Subject: Also change tkWinEmbed.c to match the change in tkUnixEmbed.c, for consistency. --- win/tkWinEmbed.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/win/tkWinEmbed.c b/win/tkWinEmbed.c index 43c5e25..f28508d 100644 --- a/win/tkWinEmbed.c +++ b/win/tkWinEmbed.c @@ -856,6 +856,15 @@ ContainerEventProc( Tk_Window tkwin = (Tk_Window)containerPtr->parentPtr; if (eventPtr->type == ConfigureNotify) { + + /* + * Send a ConfigureNotify to the embedded application. + */ + + if (containerPtr->embeddedPtr != None) { + TkDoConfigureNotify(containerPtr->embeddedPtr); + } + /* * Resize the embedded window, if there is any. */ -- cgit v0.12