mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fixed Issue#109: Unwanted blue rectangle in UI
This commit is contained in:
parent
c60959c664
commit
9f241a7041
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ public class ArrowBuilder {
|
|||
arrowPanel.setVisible(true);
|
||||
arrowPanel.setOpaque(false);
|
||||
arrowPanel.setLayout(null);
|
||||
arrowPanel.setBorder(BorderFactory.createLineBorder(Color.blue));
|
||||
arrowPanel.setSize(currentWidth, currentHeight);
|
||||
arrowPanels.put(gameId, arrowPanel);
|
||||
getArrowsManagerPanel().add(arrowPanel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue