Fix incorrect reference to endEditMode()

Not sure how that slipped through the cracks.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-02-13 21:53:01 -08:00
parent da5be2249d
commit 55eb4160da

View file

@ -148,7 +148,7 @@ MobileComponents.ApplicationWindow {
text: "Preferences"
onTriggered: {
stackView.push(prefsWindow)
endEditMode()
detailsWindow.endEditMode()
}
}
},