Skip to content
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

PR: Fix merge of 18966 #22202

Merged
merged 2 commits into from Jan 12, 2022
Merged

PR: Fix merge of 18966 #22202

merged 2 commits into from Jan 12, 2022

Conversation

impact27
Copy link
Contributor

PR Summary

It looks like the merge of #18966 had an issue. #18965 is back. This fixes it.

PR Checklist

Tests and Styling

  • Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (install flake8-docstrings and run flake8 --docstring-convention=all).

Documentation

  • New features are documented, with examples if plot related.
  • New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there).
  • API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).
  • Documentation is sphinx and numpydoc compliant (the docs should build without error).

@tacaswell tacaswell added this to the v3.5.2 milestone Jan 11, 2022
@tacaswell
Copy link
Member

This was probably my mistake when rebasing the qt6 support PR 🐑 .

@jklymak jklymak merged commit e2e703b into matplotlib:main Jan 12, 2022
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Jan 12, 2022
dstansby added a commit that referenced this pull request Jan 12, 2022
…202-on-v3.5.x

Backport PR #22202 on branch v3.5.x (PR: Fix merge of 18966)
@@ -537,8 +536,7 @@ def fedit(data, title="", comment="", icon=None, parent=None, apply=None):
parent._fedit_dialog.close()
parent._fedit_dialog = dialog

if qt_compat._exec(dialog):
return dialog.get()
dialog.show()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change lead to that fedit does not return any answer (other than None) leading to that the documentation and probably the examples where the result is printed should be changed.

Copy link

@dixon-kun dixon-kun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[editted by @tacaswell ]]


Thank you for you interest in Matplotlib, however I have removed the self-portrait as I am not sure why it was posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants