mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:13:24 +00:00
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:
parent
da5be2249d
commit
55eb4160da
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ MobileComponents.ApplicationWindow {
|
|||
text: "Preferences"
|
||||
onTriggered: {
|
||||
stackView.push(prefsWindow)
|
||||
endEditMode()
|
||||
detailsWindow.endEditMode()
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue