[mac os x] ensures newly created window is drawn in front and active#20
Closed
butterflysky wants to merge 1 commit intoandlabs:masterfrom
Closed
[mac os x] ensures newly created window is drawn in front and active#20butterflysky wants to merge 1 commit intoandlabs:masterfrom
butterflysky wants to merge 1 commit intoandlabs:masterfrom
Conversation
Owner
|
This will break .app bundles; see this. (If you want to continue this route, put the call in |
Author
|
Oh wow, thanks for showing me that, I learned something. I'll abandon this pull request for now and just get in the habit of building app bundles for my projects on os x. Sorry I didn't do more thorough research before covering the same ground you covered in the past! |
Owner
|
That's all right; don't feel bad :) The contributions are always welcome. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I noticed during my testing that when I run my code from a terminal window on Mac OS X and the terminal window has the focus, the newly drawn window ends up behind my terminal. This patch forces the newly drawn window to the foreground when it's drawn, regardless of which app has the focus.