1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-02-02 16:21:06 +02:00
Werner Almesberger b4384a72f4 eeshow/gui/input.c (clicked_x, _y): avoid accumulation of conversion errors
Gtk uses floating-point coordinates. The double conversion during dragging
(event -> clicked -> difference with next event) caused dragging to "slow
down" in the X- and Y- direction.
2016-08-18 13:36:06 -03:00
..