summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2012-10-02 00:49:25 (GMT)
committerKevin Walzer <kw@codebykevin.com>2012-10-02 00:49:25 (GMT)
commit4b751b5ea769487829b61dc6090519cdebc31d39 (patch)
tree549927193340a734dce34da8094620d4f1d5611a /macosx/tkMacOSXSubwindows.c
parentee97ddd422b6ad35b26b8087d0f2d132213b6ae0 (diff)
downloadtk-4b751b5ea769487829b61dc6090519cdebc31d39.zip
tk-4b751b5ea769487829b61dc6090519cdebc31d39.tar.gz
tk-4b751b5ea769487829b61dc6090519cdebc31d39.tar.bz2
Fix for 3572016, menus not re-enabling after modal dialog
Diffstat (limited to 'macosx/tkMacOSXSubwindows.c')
-rw-r--r--macosx/tkMacOSXSubwindows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c
index 8cf8d65..18276fb 100644
--- a/macosx/tkMacOSXSubwindows.c
+++ b/macosx/tkMacOSXSubwindows.c
@@ -65,7 +65,7 @@ XDestroyWindow(
TkMacOSXSelDeadWindow(macWin->winPtr);
macWin->toplevel->referenceCount--;
- if (!Tk_IsTopLevel(macWin->winPtr)) {
+ if (!Tk_IsTopLevel(macWin->winPtr) ) {
TkMacOSXInvalidateWindow(macWin, TK_PARENT_WINDOW);
if (macWin->winPtr->parentPtr != NULL) {
TkMacOSXInvalClipRgns((Tk_Window) macWin->winPtr->parentPtr);