| Summary: | App menu is not active initially | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Drew Bliss <drewb> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | amaranth72, sezeroz |
| Version: | HG 2.0 | Keywords: | target-2.0.4 |
| Hardware: | x86_64 | ||
| OS: | Mac OS X 10.8 | ||
|
Description
Drew Bliss
2015-07-06 17:44:53 UTC
I think the real bug here is that the menu is visible when switching back. This is because Dota2 isn't running from an app bundle, and Mac OS X does quirky things like this in such a case. You don't even need a .nib file, it just doesn't like it if the process isn't in a Game.app/Contents/MacOS directory when launched, even if you launch it like a Unix process from the command line. It's possible we _can_ do some magic incantation that fixes this, but I don't know what it is. We'd probably need someone at Apple to help. --ryan. Resolving this at Drew's request (DOTA moved to an app bundle). --ryan. I believe this is fixed with this commit: https://hg.libsdl.org/SDL/rev/8ce1c541181d |