Bug report
Describe the bug
IconFactory.PathIcons.STAR doesn't exists anymore and seems to not be replaced by any other icon (code here).
This icon was used to show rating stars from OMERO when the user right clicks on an image from the OMERO browser and click on more info (line that does not compile anymore is here). If the image contains a rating on OMERO, then it throws an error and the menu does not appear.
To Reproduce
Steps to reproduce the behavior:
- Install OMERO extension
- Browse an image on OMERO that contain a rating start (at least one)
- Right click on the image in the browser and select more info.
- Bug appears
Expected behavior
Having the menu appears with star icons.
Is there a way to replace this line by something else (other icons stored somewhere else) ?
Desktop (please complete the following information):
- OS: Windows 11
- QuPath Version: 0.4.0
Bug report
Describe the bug
IconFactory.PathIcons.STARdoesn't exists anymore and seems to not be replaced by any other icon (code here).This icon was used to show rating stars from OMERO when the user right clicks on an image from the OMERO browser and click on
more info(line that does not compile anymore is here). If the image contains a rating on OMERO, then it throws an error and the menu does not appear.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Having the menu appears with star icons.
Is there a way to replace this line by something else (other icons stored somewhere else) ?
Desktop (please complete the following information):