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

Showraise gtk gtk3 #6417

Merged
merged 3 commits into from May 17, 2016
Merged

Conversation

fariza
Copy link
Member

@fariza fariza commented May 13, 2016

Following #6384 in response to #6378

The gtk trick is a little bit more obscure because not all methods work in all versions of pygtk, I hope this one will work for everyone

@fariza
Copy link
Member Author

fariza commented May 13, 2016

@efiring I did a separate PR, is this OK?

@tacaswell tacaswell added this to the 2.1 (next point release) milestone May 13, 2016
@efiring
Copy link
Member

efiring commented May 13, 2016

Yes, a separate PR is fine. Thanks for doing this.

@@ -613,6 +613,8 @@ def destroy(self, *args):
def show(self):
# show the figure window
self.window.show()
self.window.set_keep_above(True)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's probably useful to document with a comment that this is intended so that no one "optimises" it away

@jenshnielsen
Copy link
Member

Appveyor not relevant fixed by #6423

@jenshnielsen jenshnielsen merged commit 7d66623 into matplotlib:master May 17, 2016
@fariza fariza deleted the showraise-gtk-gtk3 branch May 17, 2016 22:03
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.

None yet

5 participants