summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
diff options
context:
space:
mode:
authorculler <culler>2021-11-10 14:33:25 (GMT)
committerculler <culler>2021-11-10 14:33:25 (GMT)
commit218fc2fe4c7fba58719948d2dace2b5da5ae9d3b (patch)
tree6ec0767bd354f47eef3ebca1fc7eeb7d8f52857e /macosx/tkMacOSXWm.c
parent39ddc9261774fb50b3e23bb4be71fe2d95bef3f4 (diff)
downloadtk-218fc2fe4c7fba58719948d2dace2b5da5ae9d3b.zip
tk-218fc2fe4c7fba58719948d2dace2b5da5ae9d3b.tar.gz
tk-218fc2fe4c7fba58719948d2dace2b5da5ae9d3b.tar.bz2
Remove code left by mistake; add a missing call to orderOut; be consistent when calling orderOut.
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r--macosx/tkMacOSXWm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c
index 0f49e4b..26617a4 100644
--- a/macosx/tkMacOSXWm.c
+++ b/macosx/tkMacOSXWm.c
@@ -2827,7 +2827,7 @@ WmIconwindowCmd(
*/
TkpWmSetState(oldIcon, WithdrawnState);
- [win orderOut:nil];
+ [win orderOut:NSApp];
[win setExcludedFromWindowsMenu:YES];
wmPtr3->iconFor = NULL;
}
@@ -6464,6 +6464,7 @@ TkpWmSetState(
}
if (state == WithdrawnState) {
Tk_UnmapWindow((Tk_Window)winPtr);
+ [macWin orderOut:NSApp];
} else if (state == IconicState) {
/*