Fix promotionPopDown on new move entry
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 13 Apr 2012 17:06:17 +0000 (19:06 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 13 Apr 2012 17:06:17 +0000 (19:06 +0200)
commit0d5d98e82dac22b0873aaf9fea8a1b13e1f9f349
tree645ba05364f8241258db87ad7c4589ed59b10276
parent2a8ca81a3dafe1d5d65d545a2b7076f989b755a9
Fix promotionPopDown on new move entry

The promotion popup is non-modal, and old XBoard versions popped it down
as soon as the user clicked the board, so he could just enter a new move
to abort the promotion. This was broken in the new version, because the code
to do the PopDown and abort in HandleUserMove had not been ported.
dialogs.c