Re: run("Duplicate...") in a macro records 'selectWindow'
Posted by Wayne Rasband on
URL: http://imagej.273.s1.nabble.com/run-Duplicate-in-a-macro-records-selectWindow-tp3690927p3690928.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?
This bug is fixed in the v1.43h daily build.
-wayne