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: |
|
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: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.