Ticket #1186 (closed defect: fixed)
Opened 2012-05-17T13:57:24-05:00
Last modified 2012-07-05T16:41:31-05:00
Zooming does not center on mouse cursor
Reported by: | curtis | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Display API | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1185 |
Description
Prior to the recent display refactoring, using the mouse wheel with the zoom tool selected would zoom the image in and out centered on the mouse cursor. This behavior is now broken. Further, work was done recently to make the "+" and "-" keys also zoom centered on the mouse cursor. But it is afflicted by the same bug that broke the mouse wheel-based zooming.
Change History
comment:1 Changed 2012-07-05T16:41:31-05:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
Zooming with the mouse wheel was fixed in 1bb013f3. The "+" and "-" keys also center on the mouse cursor as of 5afd4d4e.