summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculler <culler>2021-11-02 18:17:49 (GMT)
committerculler <culler>2021-11-02 18:17:49 (GMT)
commit688ce510c9e54f80e69442811f1f81e99041e245 (patch)
treebc261ccee6f667d8028967b0a546369bacd319aa
parent757ee7af3e0fc69be9532aeb7d44ff96bc835562 (diff)
parenta64b61d17e86fcc344278926324c08a7a0d9ccbb (diff)
downloadtk-688ce510c9e54f80e69442811f1f81e99041e245.zip
tk-688ce510c9e54f80e69442811f1f81e99041e245.tar.gz
tk-688ce510c9e54f80e69442811f1f81e99041e245.tar.bz2
Merge 8.6core-8-6-12
-rw-r--r--macosx/tkMacOSXDialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c
index b6f4503..f6b8357 100644
--- a/macosx/tkMacOSXDialog.c
+++ b/macosx/tkMacOSXDialog.c
@@ -379,6 +379,7 @@ static NSInteger showOpenSavePanel(
[NSApp tkFilePanelDidEnd:panel
returnCode:modalReturnCode
contextInfo:callbackInfo ];
+ [parent endSheet:panel];
}
} else {
modalReturnCode = [panel runModal];