The keyboard position doesn't change when the item transform changes.

Change-Id: Icc93898c854cffdffffa351a5d28e8604e53ee73
Reviewed-on: http://codereview.qt-project.org/4400
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Vesa Rantanen <vesa.rantanen@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
bb10
Lars Knoll 2011-09-07 18:24:07 +02:00
parent 842c44cb07
commit 53d549fe76
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ void QInputPanel::setInputItemTranform(const QTransform &transform)
Q_D(QInputPanel);
d->inputItemTransform = transform;
emit cursorRectangleChanged();
emit keyboardRectangleChanged();
}
QRectF QInputPanel::cursorRectangle() const