Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Showraise gtk gtk3 #6417
Conversation
added some commits
May 13, 2016
mdboom
added the
needs_review
label
May 13, 2016
|
@efiring I did a separate PR, is this OK? |
tacaswell
added this to the
2.1 (next point release)
milestone
May 13, 2016
|
Yes, a separate PR is fine. Thanks for doing this. |
jenshnielsen
commented on an outdated diff
May 14, 2016
lib/matplotlib/backends/backend_gtk.py
| @@ -613,6 +613,8 @@ def destroy(self, *args): | ||
| def show(self): | ||
| # show the figure window | ||
| self.window.show() | ||
| + self.window.set_keep_above(True) |
jenshnielsen
Owner
|
|
Appveyor not relevant fixed by #6423 |
jenshnielsen
merged commit 7d66623
into matplotlib:master
May 17, 2016
mdboom
removed the
needs_review
label
May 17, 2016
fariza
deleted the
fariza:showraise-gtk-gtk3 branch
May 17, 2016
fariza
referenced
this pull request
May 25, 2016
Open
function to raise plot window to the front? #6378
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fariza commentedMay 13, 2016
•
edited
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