mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
Qt5->Qt6: Usee key-constants namespace.
part of CURA-8591
This commit is contained in:
parent
6dc6020217
commit
895488a07b
2 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ UM.MainWindow
|
|||
//DeleteSelection on the keypress backspace event
|
||||
Keys.onPressed:
|
||||
{
|
||||
if (event.key == Qt.Key_Backspace)
|
||||
if (event.key == Qt.Key.Key_Backspace)
|
||||
{
|
||||
Cura.Actions.deleteSelection.trigger()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue