mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
PlayWordMediator: set correctly the initial state
This commit is contained in:
parent
4b077bbcd6
commit
dd75556902
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue