Don't use a tab fence
This commit is contained in:
parent
745adf463e
commit
2951523aaf
|
@ -226,15 +226,8 @@ void QskInputContext::setFocusObject( QObject* focusObject )
|
|||
{
|
||||
m_inputItem = focusQuickItem;
|
||||
m_inputCompositionModel->setInputItem( m_inputItem ); // ### use a signal/slot connection
|
||||
if( m_inputPanel )
|
||||
m_inputPanel->setTabFence( false );
|
||||
inputItemChanged = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
if( m_inputPanel )
|
||||
m_inputPanel->setTabFence( true );
|
||||
}
|
||||
}
|
||||
|
||||
if( inputItemChanged )
|
||||
|
|
|
@ -281,8 +281,9 @@ QskInputPanel::QskInputPanel( QQuickItem* parent ):
|
|||
|
||||
setFlag( ItemIsFocusScope, true );
|
||||
|
||||
// ### for some reason we never get focus when this is a tab fence:
|
||||
// setTabFence( true );
|
||||
#if 0
|
||||
setTabFence( true );
|
||||
#endif
|
||||
|
||||
setAutoLayoutChildren( true );
|
||||
|
||||
|
|
Loading…
Reference in New Issue