imagej / imagej-legacy

ImageJ+ImageJ2 compatibility layer
https://imagej.net/libs/imagej-legacy
BSD 2-Clause "Simplified" License
17 stars 25 forks source link

Images sent to an already running instance remain open when ImageJ is closed #238

Open ctrueden opened 4 years ago

ctrueden commented 4 years ago

As reported by David Knecht, when "Run single instance listener" is enabled on Windows 10:

That worked in that it only opens one instance of Fiji now. However, if you close Fiji, only the first image opened actually closes. The others stay open.

Maybe a bug in the SingleInstance logic here...