| Summary: | Clicking app icon in dock doesn't un-minimize window | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Vern Jensen <vern> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Mac OS X 10.6 | ||
|
Description
Vern Jensen
2011-07-27 10:49:40 UTC
Turns out this was caused by the way I was creating my own menu bar, first calling: mainApplication = [NSApplication sharedApplication]; This code causes the problem. Not a problem in SDL. Sorry about that. |