mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Fix focus handling in Keyboard page.
This commit is contained in:
parent
5fdca37db5
commit
52a1a28696
4 changed files with 16 additions and 0 deletions
|
@ -104,6 +104,13 @@ KeyboardViewStep::jobs() const
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
KeyboardViewStep::onActivate()
|
||||
{
|
||||
m_widget->onActivate();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
KeyboardViewStep::onLeave()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue