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

Opened 2011-05-20T13:56:02-05:00

Last modified 2011-05-23T14:44:46-05:00

IJ2 not setting current ImagePlus at correct time

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2011: May-23 to Jun-03
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Open Bridge sample. Then create a Gradient image. Choose IJ1 plugin Rotate (by 15 degrees for example). The bridge rotates even though the last selected image was the gradient.

Maybe IJ.setTempCurrentImage() not getting called at right time.

Change History

comment:1 Changed 2011-05-23T14:44:46-05:00 by bdezonia

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

Fixed in 1a3c034a8d2f4436ab57f3e9b00aa9022cdc3ac1. WindowManager.setTempCurrentImage() now called from within LegacyPlugin::run().