Ticket #534 (closed defect: fixed)
Opened 2011-05-20T14:54:38-05:00
Last modified 2011-05-20T16:45:26-05:00
Image::Rename does not work
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | UI Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Open any sample. Choose Image :: Rename and enter a new name. The window title does not show any change. However, running Image :: Get Info shows the name has been changed. Update the code so it displays correctly.
Change History
comment:1 Changed 2011-05-20T16:45:26-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Fixed in 9aafd7ecfc0a85f4bea25d6d37514304fc532c6f. Harmonization takes place for the input ImagePlus also. Now plugins that just change the existing ImagePlus should be covered.