diff options
author | dgp <dgp@users.sourceforge.net> | 2016-04-19 17:29:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-04-19 17:29:39 (GMT) |
commit | 460dcd4bf3f9fadbd240dfcf2831278cb264e3bf (patch) | |
tree | b00f7f86b33280c023fbe908510435241ef9f314 /unix/tkUnixWm.c | |
parent | 7e7435a12f36a5146680ece7bff1f4f48f407944 (diff) | |
parent | bcb71c3efaadfc55dcd742522aaf331a40b9a7ec (diff) | |
download | tk-little.zip tk-little.tar.gz tk-little.tar.bz2 |
Merge 8.6.5 release.little
Diffstat (limited to 'unix/tkUnixWm.c')
-rw-r--r-- | unix/tkUnixWm.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c index 612270c..19ac86c 100644 --- a/unix/tkUnixWm.c +++ b/unix/tkUnixWm.c @@ -1826,6 +1826,11 @@ WmForgetCmd( ~(TK_TOP_HIERARCHY|TK_TOP_LEVEL|TK_HAS_WRAPPER|TK_WIN_MANAGED); RemapWindows(winPtr, winPtr->parentPtr); + /* + * Make sure wm no longer manages this window + */ + Tk_ManageGeometry(frameWin, NULL, NULL); + /* * Flags (above) must be cleared before calling TkMapTopFrame (below). */ |