Commit 93566538 authored by Andrey Filippov's avatar Andrey Filippov

Claude fixed "Exit" behavior

parent 2a2a7ccf
......@@ -1202,6 +1202,7 @@ public class Eyesis_Correction implements PlugIn, ActionListener {
}
ImageJ imagej = IJ.getInstance();
if (imagej != null) {
imagej.exitWhenQuitting(true); // plain new ImageJ() defaults to false - quit() would close windows but leave the JVM (and heap) alive // By Claude on 06/10/2026
imagej.quit();
} else {
System.exit(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment