From 230a4364ab67324ef5a49613ff0c511589341ea3 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 1 Dec 2020 11:39:37 +0100 Subject: [PATCH] Make the images grid visible with the cat's image when the game starts. Signed-off-by: gregory guy --- tdefifteen/src/gameboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdefifteen/src/gameboard.cpp b/tdefifteen/src/gameboard.cpp index 7fb1c041..1cca80f4 100644 --- a/tdefifteen/src/gameboard.cpp +++ b/tdefifteen/src/gameboard.cpp @@ -59,7 +59,7 @@ GameBoard::GameBoard(TQWidget *parent, const char *name) tmr = new TQTimer(this); TQObject::connect(tmr, SIGNAL(timeout()), this, SLOT(moveItem())); - setEnabled(FALSE); + setEnabled(TRUE); origin = xpm; }