Skip to content

Commit

Permalink
Merge pull request #211 from XBukaX/king-icon-fix
Browse files Browse the repository at this point in the history
King icon fix
  • Loading branch information
farin committed Feb 20, 2016
2 parents 3aafad1 + d40d857 commit 23d40fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/jcloisterzone/ui/controls/PlayerPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ public boolean repaintContent(int width) {

// gp.profile(" > create buffer");

getMouseRegions().clear();

drawDelimiter(DELIMITER_Y);

g2.setFont(FONT_POINTS);
Expand Down Expand Up @@ -274,7 +276,6 @@ public boolean repaintContent(int width) {

if (towerCap != null) {
drawMeepleBox(null, "towerpiece", towerCap.getTowerPieces(player), true);
getMouseRegions().clear();
}

if (bridgeCap != null) {
Expand Down

0 comments on commit 23d40fb

Please sign in to comment.