diff options
author | culler <culler> | 2021-05-02 19:48:07 (GMT) |
---|---|---|
committer | culler <culler> | 2021-05-02 19:48:07 (GMT) |
commit | 56490eb571e228a9af4d8ee0f1fe2232473308e7 (patch) | |
tree | 3832cd807021927b65fd8ddf964c4fae0261566b /macosx/tkMacOSXWm.c | |
parent | fb33aecc60cd7d9d60572995c74fa13247f4e4ba (diff) | |
download | tk-56490eb571e228a9af4d8ee0f1fe2232473308e7.zip tk-56490eb571e228a9af4d8ee0f1fe2232473308e7.tar.gz tk-56490eb571e228a9af4d8ee0f1fe2232473308e7.tar.bz2 |
Fix typo
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 15cc264..4b08fc5 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -6459,9 +6459,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) { |