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

Fix a few string comparisons, fixes #4184 #4188

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Conversation

melissalinkert
Copy link
Member

I don't think we have relevant automated tests, so it's probably a good idea to check File > Open in the image window shown by

  • double-clicking on bioformats_package.jar
  • running showinf on anything (even test.fake)

to make sure that a thumbnail is displayed in the file chooser and there isn't anything obviously broken. I wouldn't expect an actual change in behavior with this PR.

@melissalinkert melissalinkert added this to the 8.0.0 milestone Apr 18, 2024
@melissalinkert melissalinkert linked an issue Apr 18, 2024 that may be closed by this pull request
@melissalinkert melissalinkert requested a review from dgault June 10, 2024 14:38
Copy link
Member

@dgault dgault left a comment

Choose a reason for hiding this comment

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

Changes look good and attempting to use File > Open from the showinf display, results in a preview thumbnail being displayed as expected.

@dgault dgault merged commit a1d05e4 into ome:develop Jun 12, 2024
18 checks passed
@dgault dgault modified the milestones: 8.0.0, 7.3.1 Jul 8, 2024
@melissalinkert melissalinkert deleted the gh-4184 branch September 6, 2024 19:00
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.

Strings are being compared with == and !=
2 participants