mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Revert "QML UI: end edit mode when leaving the edit page"
This reverts commit d2928a137c
.
The presence of this Action causes crashes for one of the testers. Which
is utterly ridiculous.
This commit is contained in:
parent
2df1e0b342
commit
ad72d437a3
1 changed files with 0 additions and 7 deletions
|
@ -43,13 +43,6 @@ MobileComponents.Page {
|
|||
}
|
||||
|
||||
]
|
||||
popAction: Action {
|
||||
onTriggered: {
|
||||
print("popped")
|
||||
state = "view"
|
||||
}
|
||||
}
|
||||
|
||||
mainAction: Action {
|
||||
iconName: state !== "view" ? "dialog-cancel" : "document-edit"
|
||||
onTriggered: {
|
||||
|
|
Loading…
Reference in a new issue