Commit fb1ba080 authored by Erwan Tulou's avatar Erwan Tulou

skins2: fix wrong focus

parent 363e4c34
......@@ -163,7 +163,7 @@ void TopWindow::processEvent( EvtMouse &rEvtMouse )
if( pNewHitControl != m_pFocusControl )
{
m_pFocusControl = pNewHitControl;
EvtFocus evt( getIntf(), false );
EvtFocus evt( getIntf(), true );
pNewHitControl->handleEvent( evt );
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment