mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Fix parameter injection deprecation warning
This commit is contained in:
parent
1158856f80
commit
ef6f76fc98
2 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ UM.MainWindow
|
|||
anchors.fill: parent
|
||||
|
||||
//DeleteSelection on the keypress backspace event
|
||||
Keys.onPressed:
|
||||
Keys.onPressed: (event) =>
|
||||
{
|
||||
if (event.key == Qt.Key_Backspace)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue