summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r--macosx/tkMacOSXWm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c
index 7bcbee3..d013356 100644
--- a/macosx/tkMacOSXWm.c
+++ b/macosx/tkMacOSXWm.c
@@ -249,7 +249,7 @@ confuses Tk window geometry.
if ([self isZoomed]) {
TkMacOSXZoomToplevel(self, inZoomIn);
} else {
- TkMacOSXZoomToplevel(self, inZoomOut);
+ TkMacOSXZoomToplevel(self, inZoomOut);
}
}
@@ -5179,7 +5179,7 @@ TkMacOSXZoomToplevel(
return false;
}
[window zoom:NSApp];
-
+
wmPtr->hints.initial_state =
(zoomPart == inZoomIn ? NormalState : ZoomState);
return true;