From a426875daba0cb923435be835f0100fe13a6255a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 9 Aug 2015 20:32:14 +0200 Subject: Return to normal mode after command evaluation Requires new `executed` signal in `CommandInput` component to correctly trigger the state change. --- qml/main.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qml/main.qml') diff --git a/qml/main.qml b/qml/main.qml index 3f3b5a9..c04e6dd 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -40,6 +40,8 @@ ApplicationWindow { Layout.fillWidth: true height: 20 + + onExecuted: state.enterNormalMode() } } -- cgit v1.2.3