Event: reset values on editing start
This commit is contained in:
parent
1eee2fc2b5
commit
4ef0c49825
2 changed files with 13 additions and 16 deletions
|
@ -183,10 +183,7 @@ Page {
|
|||
}
|
||||
break
|
||||
case Qt.Key_Escape:
|
||||
if (editing) {
|
||||
currentItem.reset()
|
||||
editing = false
|
||||
}
|
||||
editing = false
|
||||
break
|
||||
case Qt.Key_Delete:
|
||||
editing = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue