imagej / ImageJ

Public domain software for processing and analyzing scientific images
http://imagej.org
Other
513 stars 218 forks source link

openAndAddToRecent(String path) returns false if the file was opened successfully #177

Closed ksugar closed 1 year ago

ksugar commented 1 year ago

ij.io.Opener.openAndAddToRecent(String path) returns false if the file was opened successfully, but the documentation says the opposite. https://github.com/imagej/ImageJ/blob/d9d056a36871f1c292119c3be67fbb19a9260cf2/ij/io/Opener.java#L307-L314

rasband commented 1 year ago

This fix is in the ImageJ 1.53u33 daily build. The commit is at https://github.com/imagej/ImageJ/commit/3968bc56c27b3e0cb4557144f59943e5cca6afe3.