Merge branch 'master' of https://github.com/uwerat/qskinny
This commit is contained in:
commit
19b5918f43
|
@ -586,7 +586,7 @@ void QskTextInput::setReadOnly( bool on )
|
||||||
m_data->textInput->setFlag( QQuickItem::ItemAcceptsInputMethod, !on );
|
m_data->textInput->setFlag( QQuickItem::ItemAcceptsInputMethod, !on );
|
||||||
qskUpdateInputMethod( this, Qt::ImEnabled );
|
qskUpdateInputMethod( this, Qt::ImEnabled );
|
||||||
|
|
||||||
setSkinStateFlag( ReadOnly, true );
|
setSkinStateFlag( ReadOnly, on );
|
||||||
}
|
}
|
||||||
|
|
||||||
void QskTextInput::setEditing( bool on )
|
void QskTextInput::setEditing( bool on )
|
||||||
|
|
Loading…
Reference in New Issue