mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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…
Add table
Add a link
Reference in a new issue