Skip to content
Snippets Groups Projects
Commit 97e220df authored by Christiaan Janssen's avatar Christiaan Janssen
Browse files

QmlDesigner.StatesEditor: state switching

parent 3985c8da
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ Rectangle { ...@@ -23,7 +23,7 @@ Rectangle {
Connections { Connections {
target: statesEditorModel target: statesEditorModel
onChangedToState: { root.currentStateIndex = 1; } onChangedToState: { root.currentStateIndex = n; }
} }
// TextInputs don't loose focus automatically when user clicks away, have to be done explicitly // TextInputs don't loose focus automatically when user clicks away, have to be done explicitly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment