imagej / imagej-ui-swing

ImageJ UI for Java Swing.
BSD 2-Clause "Simplified" License
10 stars 20 forks source link

ProbeTool cursor is off #32

Open ctrueden opened 9 years ago

ctrueden commented 9 years ago

The ProbeTool is always off by one pixel in both X and Y. The bug is due to a coordinate system skew between the JHotDrawImageCanvas and DefaultImageCanvas. See #31 for another symptom of the same bug.

Migrated-From: http://trac.imagej.net/ticket/716