Removed proxying of key events since it caused double signals.

This commit is contained in:
Mark Gaiser 2012-01-09 16:40:10 +01:00
parent eb8e40feee
commit 5195c0ef69

View File

@ -298,11 +298,6 @@ Item {
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 {
@ -331,4 +326,4 @@ Item {
}
}
}
}
}