mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -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
|
@ -211,6 +211,13 @@ KeyboardPage::createJobs( const QString& xOrgConfFileName,
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
KeyboardPage::onActivate()
|
||||
{
|
||||
ui->listLayout->setFocus();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
KeyboardPage::finalize()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue