run("Duplicate...") in a macro records 'selectWindow'
Posted by Jan Eglinger-5 on Sep 27, 2009; 4:05pm
URL: http://imagej.273.s1.nabble.com/run-Duplicate-in-a-macro-records-selectWindow-tp3690927.html
Dear all,
when I run:
run("Duplicate...", "title");
in an ImageJ macro, the recorder records:
selectWindow("title");
whereas nothing should be recorded when the command is started from a
macro. I tried to spot the bug in ij.plugin.filter.Duplicater.java , but
couldn't find it there.
Anyone else observed this behavior?
Jan