X Tutup
Skip to content

Issue #6429 fix#6521

Merged
efiring merged 1 commit intomatplotlib:masterfrom
cimarronm:issue_6429_fix
Sep 16, 2016
Merged

Issue #6429 fix#6521
efiring merged 1 commit intomatplotlib:masterfrom
cimarronm:issue_6429_fix

Conversation

@cimarronm
Copy link
Copy Markdown
Contributor

Simple fix for issue #6429 to prevent macosx backend from trying to add a quartz tap on anything but the main Python app. A better approach might be to add the tap without having to wait on the launch notification avoiding having to parse through any child subprocesses

@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Jul 16, 2016
@tacaswell
Copy link
Copy Markdown
Member

@mdehoon Can you review this?

@mdehoon
Copy link
Copy Markdown
Contributor

mdehoon commented Jul 19, 2016

Looks OK to me. A better solution (long term) may be to use [NSApp run]; then we don't need a tap.

@WeatherGod
Copy link
Copy Markdown
Member

Just for the record, can someone explain what a "quartz tap" is?

On Tue, Jul 19, 2016 at 12:03 AM, mdehoon notifications@github.com wrote:

Looks OK to me. A better solution (long term) may be to use [NSApp run];
then we don't need a tap.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#6521 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AARy-HReIX6aRKhVM4GNfRNqfMtE2b6zks5qXEyQgaJpZM4Irvdp
.

@efiring efiring merged commit eccc53a into matplotlib:master Sep 16, 2016
efiring added a commit that referenced this pull request Sep 16, 2016
@efiring
Copy link
Copy Markdown
Member

efiring commented Sep 16, 2016

back-ported to 2.x as fd7eeeb

@QuLogic QuLogic modified the milestones: 2.0.1 (next bug fix release), 2.0 (style change major release) Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

X Tutup