locale updates fixed

This commit is contained in:
Uwe Rathmann 2018-04-12 13:32:28 +02:00
parent 959ebfd38a
commit e2ca55819e
3 changed files with 5 additions and 4 deletions

View File

@ -352,6 +352,7 @@ void QskInputContext::showInputPanel()
inputPopup->setVisible( true );
}
update( Qt::ImQueryAll );
inputPanel->setVisible( true );
connect( inputPanel->window(), &QskWindow::visibleChanged,
@ -631,7 +632,7 @@ bool QskInputContext::eventFilter( QObject* object, QEvent* event )
}
else
{
switch( static_cast<int>( event->type() ) )
switch( static_cast< int >( event->type() ) )
{
case QskEvent::GeometryChange:
{