summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculler <culler>2021-05-02 19:48:07 (GMT)
committerculler <culler>2021-05-02 19:48:07 (GMT)
commit56490eb571e228a9af4d8ee0f1fe2232473308e7 (patch)
tree3832cd807021927b65fd8ddf964c4fae0261566b
parentfb33aecc60cd7d9d60572995c74fa13247f4e4ba (diff)
downloadtk-56490eb571e228a9af4d8ee0f1fe2232473308e7.zip
tk-56490eb571e228a9af4d8ee0f1fe2232473308e7.tar.gz
tk-56490eb571e228a9af4d8ee0f1fe2232473308e7.tar.bz2
Fix typo
-rw-r--r--macosx/tkMacOSXWm.c3
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) {