mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Importantly, I had forgotten to start the state machine
The state machine needs to be started before it works; now the animations are working. :) Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7ba4fe885e
commit
7affccdf5b
1 changed files with 3 additions and 0 deletions
|
@ -209,6 +209,9 @@ ProfileWidget2::ProfileWidget2(QWidget *parent) :
|
|||
addState->setObjectName("Add State");
|
||||
editState->setObjectName("Edit State");
|
||||
planState->setObjectName("Plan State");
|
||||
|
||||
// Starting the transitions:
|
||||
stateMachine->start();
|
||||
}
|
||||
|
||||
// Currently just one dive, but the plan is to enable All of the selected dives.
|
||||
|
|
Loading…
Add table
Reference in a new issue