Fix double-clicks for copying in Edit Position mode
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 27 Jan 2016 15:03:04 +0000 (16:03 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 27 Jan 2016 15:03:04 +0000 (16:03 +0100)
commitf59ca295a7e69ee56afc4b1f4bac28586920d8d4
tree6346ff6bd3ada964517e6e090333a20845529e75
parent6768207263f5dc1eb1a6629ed7b1367a8ca3aa45
Fix double-clicks for copying in Edit Position mode

The time measurement between clicks on the same square in Edit Position
mode was seeing presses as well as releases, so that a fast click would
be mistaken for a double click on that square. Only presses should be
judged this way. In addition the piece should be grabbed for dragging
again on the second press, as the first release had ended the drag.
backend.c