From d7c7a5aa1f27d4be5531eaf3ba2e339e35344d6a Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 15 Jun 2020 22:46:13 +0930 Subject: custom games work now --- MainWindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'MainWindow.cpp') diff --git a/MainWindow.cpp b/MainWindow.cpp index a27890f..59845bd 100644 --- a/MainWindow.cpp +++ b/MainWindow.cpp @@ -192,6 +192,7 @@ MainWindow::draw_buttons() { button->setIcon(bomb_icon); button->setFrameStyle(0); + button->setBackColor(FXRGB(255, 0, 0)); // make mines red } else { -- cgit v1.2.3