X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=4f6262ad3ff5091ae4beb2fd828dc566c9bc0eb6;hb=57ee5429b201802b3890c3c775968f41af8353aa;hp=55cb25364cc37d5ffc4048596fd5beb86f29884e;hpb=3d9fcd78798d728341a7a41b19fefd5a24ed46d0;p=xboard.git 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;