Ticket #1219 (closed defect: fixed)
Opened 2012-06-14T12:29:45-05:00
Last modified 2012-06-27T10:34:34-05:00
Edit Axes not yet working
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description (last modified by bdezonia)
Open Organ of Corti. Edit Axes. Change Z to Spectra. Notice label updates ("Channel 1/4; Spectra 1/15; ..."). But slider remains as Z. And moving it causes exceptions complaining about unknown axis Z.
BTW, DefaultImageDisplay::rebuild() does not call super.rebuild() which may be an oversight. If you add it behavior is slightly better. If you change axis to Spectra but rather than touching slider you drag the window to a new size the Z slider goes away and the Spectra slider is present. This is only true if a call to super.rebuild() is present.
Change History
comment:5 Changed 2012-06-14T16:37:01-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Fixed with commit 7ccd9bdc59f56614aafeebd7076b02709baf97c9
comment:6 Changed 2012-06-27T10:34:34-05:00 by bdezonia
- Description modified
- Summary changed from AssignAxes not yet working to Edit Axes not yet working