Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Quit Spyder" action on OS X #3366

Merged
merged 1 commit into from
Aug 22, 2016
Merged

Conversation

ccordoba12
Copy link
Member

Fixes #3288


  • We had a couple of actions that contained the strings "quit" and
    "exit" in their names, and that was interfering with the "Quit
    Spyder" action.
  • That's because Qt creates automatically that action based
    on any action in the main application menus that contains those
    substrings.

- We had a couple of actions that contained the strings "quit" and
"exit" in their names, and that was interfering with the "Quit
Spyder" action.
- That's because Qt creates automatically that action based
on any action in the main application menus that contains those
substrings.
@ccordoba12 ccordoba12 added this to the v3.0beta5 milestone Aug 22, 2016
@ccordoba12
Copy link
Member Author

@goanpeca, just FYI in case you face something like this in Navigator in the future. Another crazy Qt issue on Mac!!

@ccordoba12
Copy link
Member Author

And it took almost three hours to figure this one out ;-p

@ccordoba12 ccordoba12 changed the title Main Window: Fix "Quit Spyder" action on OS X Fix "Quit Spyder" action on OS X Aug 22, 2016
@ccordoba12 ccordoba12 merged commit e1d0dcf into spyder-ide:master Aug 22, 2016
@ccordoba12 ccordoba12 deleted the quit-spy branch August 22, 2016 05:45
@goanpeca
Copy link
Member

Thanks for the heads up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants