locale updates fixed
This commit is contained in:
parent
959ebfd38a
commit
e2ca55819e
@ -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:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user