Ticket #449 (closed defect: fixed)
Opened 2011-04-20T17:13:50-05:00
Last modified 2011-04-28T12:28:52-05:00
Zoom bug: Pan now broken
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Display API | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The pan code in SwingNavigableImageCanvas was modified to work in Image space coords rather than raw panel coords. Panning no longer really works. We may need to simply undo this support.
Pan calls are hardcoded to 10 units. Originally that meant pixels. But doing so was not correct depending upon zoom level. Maybe just need to calc relative to 10 pixels at current scale.
Change History
comment:1 Changed 2011-04-28T12:28:52-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Curtis fixed