You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure this is a problem upstream of ImageView. When I draw a rectangle for zooming in on a region of an image, the rectangle is offset from the point of my click. The offset is smallest when I drag in the upper left portion of the canvas, and it grows as I move closer to the bottom right. To me this would suggest some improper scaling of user and device coordinates. The bizarre thing is that this is only happening on one of my two machines, even though both of them have the same julia packages and GTK libraries installed. The only other clue I have is that the misbehaving machine also fails some GtkReactive tests related to coordinates (see JuliaGizmos/GtkReactive.jl#67). The machine does however pass all of the Gtk.jl tests.
The text was updated successfully, but these errors were encountered:
I'm pretty sure this is a problem upstream of ImageView. When I draw a rectangle for zooming in on a region of an image, the rectangle is offset from the point of my click. The offset is smallest when I drag in the upper left portion of the canvas, and it grows as I move closer to the bottom right. To me this would suggest some improper scaling of user and device coordinates. The bizarre thing is that this is only happening on one of my two machines, even though both of them have the same
julia packagesand GTK libraries installed. The only other clue I have is that the misbehaving machine also fails some GtkReactive tests related to coordinates (see JuliaGizmos/GtkReactive.jl#67). The machine does however pass all of the Gtk.jl tests.The text was updated successfully, but these errors were encountered: