Removed proxying of key events since it caused double signals.
This commit is contained in:
parent
eb8e40feee
commit
5195c0ef69
@ -298,11 +298,6 @@ Item {
|
|||||||
textInput.closeSoftwareInputPanel()
|
textInput.closeSoftwareInputPanel()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Proxying keys events is not required by the
|
|
||||||
// common API but is desired in the plasma API.
|
|
||||||
Keys.onPressed: textField.Keys.pressed(event);
|
|
||||||
Keys.onReleased: textField.Keys.released(event);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaCore.SvgItem {
|
PlasmaCore.SvgItem {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user