diff options
author | culler <culler> | 2024-06-26 05:07:38 (GMT) |
---|---|---|
committer | culler <culler> | 2024-06-26 05:07:38 (GMT) |
commit | 81291da33b1e6f1cab8020cb72dd43a974a0a20e (patch) | |
tree | a966a5cfd95f5963ca362598bfb2b779b9c09852 /macosx/tkMacOSXSubwindows.c | |
parent | f7a502702be5e43b4215f77dcf710b166537193a (diff) | |
download | tk-81291da33b1e6f1cab8020cb72dd43a974a0a20e.zip tk-81291da33b1e6f1cab8020cb72dd43a974a0a20e.tar.gz tk-81291da33b1e6f1cab8020cb72dd43a974a0a20e.tar.bz2 |
replace accidentally deleted line; move the root window our of the way of raise tests.
Diffstat (limited to 'macosx/tkMacOSXSubwindows.c')
-rw-r--r-- | macosx/tkMacOSXSubwindows.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c index 771497c..5a253e7 100644 --- a/macosx/tkMacOSXSubwindows.c +++ b/macosx/tkMacOSXSubwindows.c @@ -190,6 +190,8 @@ XMapWindow( if (initialized) { if ([win canBecomeKeyWindow]) { [win makeKeyAndOrderFront:NSApp]; + } else { + [win orderFrontRegardless]; } /* |