-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Use the builtin GTK3 FileChooser rather than our custom subclass. #12748
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
Conversation
dialog.set_current_name( | ||
str(Path(dialog.get_current_name()).with_suffix("." + fmt))) | ||
|
||
dialog.set_current_folder(rcParams["savefig.directory"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current recommendations are to not even call this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know, but that'd mean not respecting the documented rcParam...
e576f59
to
d87742a
Compare
Seems you have flake8 issues. |
d87742a
to
6257170
Compare
should be fixed now |
6257170
to
b27dcf2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
… than our custom subclass.
…748-on-v3.1.x Backport PR #12748 on branch v3.1.x (Use the builtin GTK3 FileChooser rather than our custom subclass.)
PR Summary
PR Checklist