Fixed resizing issue when using a custom board config
This commit is contained in:
parent
349855a4af
commit
7b9c9da893
@ -90,6 +90,7 @@ public class Board extends JPanel {
|
||||
board[i][j] = new Tile();
|
||||
initMines();
|
||||
repaint();
|
||||
revalidate();
|
||||
}
|
||||
|
||||
public void reset() {
|
||||
|
Loading…
Reference in New Issue
Block a user