napari-imagej icon indicating copy to clipboard operation
napari-imagej copied to clipboard

QTextEdit.setLineWrapMode called with incorrect arguments

Open gselzer opened this issue 1 year ago • 1 comments

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 avatar Jul 22 '24 16:07 gselzer