diff --git a/qt/play_word_mediator.cpp b/qt/play_word_mediator.cpp index 3d521fd..680c16b 100644 --- a/qt/play_word_mediator.cpp +++ b/qt/play_word_mediator.cpp @@ -65,6 +65,9 @@ PlayWordMediator::PlayWordMediator(QObject *parent, QLineEdit &iEditPlay, this, SLOT(playWord())); QObject::connect(&m_playModel, SIGNAL(coordChanged(const Coord&, const Coord&)), this, SLOT(updateCoord(const Coord&))); + + // Initial state + updatePointsAndState(); }