typos fixed
This commit is contained in:
parent
a8288f21b4
commit
5cc45e35e2
@ -285,6 +285,7 @@ bool QskGestureRecognizer::processEvent(
|
||||
{
|
||||
// should not happen, when using the recognizer correctly
|
||||
qWarning() << "QskGestureRecognizer: pressed, while not being idle";
|
||||
abort();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -37,9 +37,9 @@ static inline void qskSendText( QQuickItem* receiver,
|
||||
QInputMethodEvent event;
|
||||
|
||||
/*
|
||||
QQuickTextInput is buggy when receiving empty
|
||||
empty commit strings. We need to send a wrong
|
||||
replaceLength to work around it. See QTBUG: 68874
|
||||
QQuickTextInput is buggy when receiving empty commit strings.
|
||||
We need to send a wrong replaceLength to work around it.
|
||||
See QTBUG: 68874
|
||||
*/
|
||||
if ( text.isEmpty() )
|
||||
event.setCommitString( text, 0, 1 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user