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

Opened 2012-06-22T13:26:10-05:00

Last modified 2012-06-22T13:46:55-05:00

The default overlay settings are not initializing correctly

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

Description

After fixing the persistence of OverlayOptions I notice that the OverlayService defaultSettings are not initialized. So the first time you draw a PointOverlay it draws its tick mark lines in yellow no matter what you had persisted as the overlay options line color. We need some initialization that ties together OptionsOverlay and the OverlayService's defaultOverlaySettings.

Change History

comment:1 Changed 2012-06-22T13:42:16-05:00 by bdezonia

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

comment:2 Changed 2012-06-22T13:42:35-05:00 by bdezonia

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

Fixed by ij-options refactoring

comment:3 Changed 2012-06-22T13:46:55-05:00 by curtis

Specifically, this was fixed in 43e9806f.