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

QTextEdit.setLineWrapMode called with incorrect arguments #293

Open
gselzer opened this issue Jul 22, 2024 · 1 comment
Open

QTextEdit.setLineWrapMode called with incorrect arguments #293

gselzer opened this issue Jul 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gselzer
Copy link
Collaborator

gselzer commented Jul 22, 2024

This line in src/napari-imagej/widgets/widget_utils.py tries to call a non-existing function on the QDialog used to display error messages from exceptions in Java - it breaks (at least) with PySide2.

Should be a very simple fix to instead use the enum as described here

Original report found here

@gselzer gselzer added the bug Something isn't working label Jul 22, 2024
@gselzer gselzer added this to the 0.2.0 milestone Jul 22, 2024
@gselzer gselzer self-assigned this Jul 22, 2024
@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/napari-imagej-plugin-initialisation-error/83834/4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants