Ticket #928 (closed defect: fixed)
Opened 2012-02-01T14:49:38-06:00
Last modified 2012-03-01T15:02:39-06:00
Merge channels not working
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Legacy Compatibility | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The Colors > Merge Channels command does not work correctly. Statup IJ2. Open Flourescent Cells. Run merge channels. A new image is displayed and the old image stays on the screen.
In IJ1 the new image replaces the old image. So IJ2 is not closing the window correctly. However the legacy layer thinks the related ImagePlus is closed because you can close all windows but the old window, select it, and try to run Colors > Split Channels (or presumably any legacy plugin) and you'll get an exception caught by the legacy layer saying no images are open.
Note that 70fbbb7e1f49187c09e6721a35fe6d6618db1285 did NOT fix this.