mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Fix Enter key handling on material management page
This commit is contained in:
parent
aa8d91faf6
commit
6058f632df
3 changed files with 15 additions and 0 deletions
|
@ -29,6 +29,8 @@ Item
|
|||
anchors.fill: parent
|
||||
|
||||
onEditingFinished: base.editingFinished()
|
||||
Keys.onEnterPressed: base.editingFinished()
|
||||
Keys.onReturnPressed: base.editingFinished()
|
||||
}
|
||||
|
||||
Label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue