diff options
author | culler <culler> | 2021-05-02 19:49:00 (GMT) |
---|---|---|
committer | culler <culler> | 2021-05-02 19:49:00 (GMT) |
commit | eac2d14ad922bb3b3353d44e3190264ee4c37fa9 (patch) | |
tree | 4ac8b70067b3849a13750d8ed2ff46b4148408f6 /macosx/tkMacOSXWm.c | |
parent | 871e22dba5210188b644be693303d7e4259c12d4 (diff) | |
parent | 56490eb571e228a9af4d8ee0f1fe2232473308e7 (diff) | |
download | tk-eac2d14ad922bb3b3353d44e3190264ee4c37fa9.zip tk-eac2d14ad922bb3b3353d44e3190264ee4c37fa9.tar.gz tk-eac2d14ad922bb3b3353d44e3190264ee4c37fa9.tar.bz2 |
Merge 8.6
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r-- | macosx/tkMacOSXWm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index aaf0950..840964e 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -6447,9 +6447,6 @@ TkpWmSetState( if (state != WithdrawnState) { while (Tcl_DoOneEvent(TCL_IDLE_EVENTS)) {}; } - - while (Tcl_DoOneEvent(TCL_IDLE_EVENTS)) {}; - if (state == WithdrawnState) { Tk_UnmapWindow((Tk_Window)winPtr); } else if (state == IconicState) { |