Update CMatchUI.java

This commit is contained in:
Hans Mackowiak
2018-11-08 07:38:44 +00:00
parent 2d4174c6d8
commit da7659d8fd

View File

@@ -413,7 +413,7 @@ public final class CMatchUI
vHand.getLayoutControl().updateHand(); vHand.getLayoutControl().updateHand();
} }
// update Cards in Hand // update Cards in Hand
getFieldViewFor(owner).updateDetails(); vField.updateDetails();
} }
if (updateAnte) { if (updateAnte) {
cAntes.update(); cAntes.update();