Fix focus handling in Keyboard page.

This commit is contained in:
Teo Mrnjavac 2014-11-26 18:56:09 +01:00
parent 5fdca37db5
commit 52a1a28696
4 changed files with 16 additions and 0 deletions

View file

@ -104,6 +104,13 @@ KeyboardViewStep::jobs() const
}
void
KeyboardViewStep::onActivate()
{
m_widget->onActivate();
}
void
KeyboardViewStep::onLeave()
{