Comment 7 for bug 1838843

Revision history for this message
Jeff Young (jeyjey) wrote : Re: Move in eeschema sometimes unexpectedly moves mouse cursor to bottom of screen on GTK

The crash is happening because the <esc> tries to undo the action and there has been no undo record stacked. This very well may be the same fault: that is, due to some event order specific to GTK the move is starting before any items have been selected. So the mouse jumps to an unknown location, and the undo doesn't get stacked.

Sadly, I can't reproduce either, so I'm only guessing.