Box/popups: ignore enter press on disabled buttons
This commit is contained in:
@@ -168,7 +168,9 @@ HBox {
|
||||
}
|
||||
}
|
||||
|
||||
onKeyboardAccept: if (serverField.item.apply.enabled) box.connect()
|
||||
onKeyboardAccept:
|
||||
if (serverField.item.apply.enabled) serverField.item.apply.clicked()
|
||||
|
||||
onAccepted: window.saveState(this)
|
||||
|
||||
Timer {
|
||||
|
Reference in New Issue
Block a user