NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1156 (closed defect: fixed)

Opened 2012-05-04T15:51:12-05:00

Last modified 2012-06-19T15:35:09-05:00

Active axis not getting initialized

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b3-headless
Component: Display API Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

DefaultImageDisplay::initActiveAxis() is no longer being called. This should be addressed while display code changes are happening.

Change History

comment:1 Changed 2012-05-16T12:53:36-05:00 by bdezonia

Note that this failure to initialize keeps the SetAxisPosition plugin from doing anything. So you can open T1 Head and do Image :: Stack :: Set Axis Position and after entering dialog parameters nothing happens.

comment:2 Changed 2012-06-19T15:34:30-05:00 by bdezonia

  • Owner changed from curtis to bdezonia
  • Status changed from new to assigned

comment:3 Changed 2012-06-19T15:35:09-05:00 by bdezonia

  • Status changed from assigned to closed
  • Resolution set to fixed

With commit 620c3aa3b5b4dd9f2201a496b26e77c3a69e9b8a this is fixed