Re: Mac OS Lion and ImageJ
Posted by
Rasband, Wayne (NIH/NIMH) [E] on
Aug 01, 2011; 2:00pm
URL: http://imagej.273.s1.nabble.com/Mac-OS-Lion-and-ImageJ-tp3683663p3683667.html
On Jul 28, 2011, at 11:11 AM, Olivier Burri wrote:
> Hello,
>
> I've experienced the missing arrows issue and would like to potentially
> report another one involving the mouse listener.
>
> Run the following macro
> macro "Test Wait" {
> newImage("Untitled", "8-bit White", 400, 400, 1);
> waitForUser;
> // Try to draw something using the pencil tool before clicking on OK
> IJ.log("I'm done");
> }
>
> In my case, drawing with the pencil causes the waitForUser to complete,
> which is rather troublesome. Anyone able to replicate that and eventually
> offer a way to solve this?
According to the release notes (
http://imagej.nih.gov/ij/notes.html), this bug was fixed in ImageJ 1.45c.
1.45c 10 March 2011
* Fixed a bug the caused the waitForUser() macro function
to not work with the brush and pencil tools.
-wayne