[ImageJ-bugs] [Bug 1022] Orphan windows when Quit was cancelled

bugzilla at fiji.sc bugzilla at fiji.sc
Wed Mar 11 19:19:28 CDT 2015


http://fiji.sc/bugzilla/show_bug.cgi?id=1022

Wayne Rasband <wsr at nih.gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
                 CC|                            |wsr at nih.gov
         Resolution|---                         |FIXED

--- Comment #2 from Wayne Rasband <wsr at nih.gov> ---
This bug is fixed in the latest ImageJ daily build (1.49q5). The
ImageWindow.close() method displayed a "save changes?" dialog because
IJ.macroRunning() returned false. It returned false because the 'quit' code in
ImageJ runs on a separate thread. The daily build works around this problem by
adding a quittingViaMacro() method that the close() method queries.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150312/dab2bb8e/attachment.html>


More information about the Imagej-bugs mailing list