X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=backend.c;fp=backend.c;h=4f6262ad3ff5091ae4beb2fd828dc566c9bc0eb6;hp=55cb25364cc37d5ffc4048596fd5beb86f29884e;hb=572bad417b741d8d7c135258fe25b26e715ab439;hpb=0fe341b64ac865097b5182ec7740fe18802efbd2 diff --git a/backend.c b/backend.c index 55cb253..4f6262a 100644 --- a/backend.c +++ b/backend.c @@ -7915,6 +7915,7 @@ LeftClick (ClickType clickType, int xPix, int yPix) DisplayMessage("Click in holdings to choose piece", ""); return; } + DrawPosition(FALSE, NULL); // shows piece on from-square during promo popup PromotionPopUp(promoChoice); } else { int oldMove = currentMove;