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

Opened 2011-04-28T17:23:47-05:00

Last modified 2011-04-28T17:24:58-05:00

Zoom To Original Scale doesn't always work

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

Description

Selecting zoom to original scale can act unpredictably. It is possible that this command will zoom in on the image or zoom out on the image.

Change History

comment:1 Changed 2011-04-28T17:23:56-05:00 by bdezonia

  • Status changed from new to accepted

comment:2 Changed 2011-04-28T17:24:58-05:00 by bdezonia

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

setZoom(0) is the call to reinitialize scale. however 0 was getting blocked in places and thus scale was getting out of whack.