Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edf4a5a

Browse files
committed
backend_gtk3: same fix as for backend_gtk, don't hide file chooser
1 parent bb6e6a9 commit edf4a5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/backends/backend_gtk3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,6 @@ def get_filename_from_user (self):
881881
filename = self.get_filename()
882882
break
883883

884-
self.hide()
885884
return filename, self.ext
886885

887886
class DialogLineprops:

0 commit comments

Comments
 (0)