Skip to content

Showraise gtk gtk3 #6417

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

Merged
merged 3 commits into from
May 17, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
raise in gtk3
  • Loading branch information
Federico Ariza committed May 13, 2016
commit bd7720069e49644fd471cea57974551aeedcfef7
1 change: 1 addition & 0 deletions lib/matplotlib/backends/backend_gtk3.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ def destroy(self, *args):
def show(self):
# show the figure window
self.window.show()
self.window.present()

def full_screen_toggle (self):
self._full_screen_flag = not self._full_screen_flag
Expand Down