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 #712 (closed task: fixed)

Opened 2011-08-02T15:48:46-05:00

Last modified 2011-08-03T11:14:00-05:00

Phase out Dataset::getSelection() code

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej-2.0-alpha5
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Now that the OverlayService can return the currently selected bounds. Use them everywhere instead of Dataset::getSelection(). This affects many plugins. I have done some work towards this goal already.

Change History

comment:1 Changed 2011-08-02T17:22:27-05:00 by bdezonia

Updated ZoomToSelection, SaltAndPepper, Rotate90Left, Rotate90Right, FlipVertically, and FlipHorizontally plugins to use current selection region.

comment:2 Changed 2011-08-03T11:14:00-05:00 by bdezonia

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

fixed. commits too numerous to mention. culminated in fix 74f0864e19b8edceefcb33c4c0ee4f1d54241768.