Re: Has anyone produced a board using Kicad?




fpga_toys@xxxxxxxxx writes:
So, in short ... it's NOT a "catch up with mouse events" scenario at
all, as moving the PCI frame to the right as before has nearly the
same 8-10 second redraw all the rubber banded lines problems, and it
takes equally long to redraw it back original with "u" key for undo
... that is NOT a catch up with the mouse problem.

I think this relates to the "deferred redraw" thing I mentioned about
the lesstif hid. In this case, what's happening with the gtk hid is
that the view is being refreshed for EACH trace that gets moved. Even
at 30 FPS, for hundreds of traces that's many seconds to redraw.

If you want to take a stab at adding deferred refresh to the gtk hid,
it would be much appreciated.
.