Skip to content

Commit bd77200

Browse files
author
Federico Ariza
committed
raise in gtk3
1 parent c94c282 commit bd77200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/backends/backend_gtk3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ def destroy(self, *args):
476476
def show(self):
477477
# show the figure window
478478
self.window.show()
479+
self.window.present()
479480

480481
def full_screen_toggle (self):
481482
self._full_screen_flag = not self._full_screen_flag

0 commit comments

Comments
 (0)