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 #1238 (closed defect: fixed)

Opened 2012-06-21T15:09:57-05:00

Last modified 2012-06-22T13:43:31-05:00

Overlays do not use settings from Overlay Options ...

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

Description

The attributes of created overlays (fill color, etc.) do not match the values specified in the Overlay Options dialog. This is apparent with PointOverlays (they fill with white).

It should be a straightforward fix to make the overlay classes load the OptionsOverlay class and use those settings for created overlays. However ij-options is outside ij-data and trying to get the Overlay classes to use options results in a circular reference. Perhaps ij-options needs to be folded into core.

Change History

comment:1 Changed 2012-06-21T15:17:23-05:00 by bdezonia

Due to dependencies it is more realistic for options to be pulled into ij-data.

comment:2 Changed 2012-06-22T13:34:36-05:00 by bdezonia

With commit fd8f630a7f2a0dae03a7b2c94f882caca9eb44cb color limitations of PointOverlays are now fixed. Waiting on Curtis for some refactoring to handle what I discussed above.

comment:3 Changed 2012-06-22T13:43:31-05:00 by bdezonia

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

With Curtis' refactor of the ij-options subproject this bug now killed.