Focus fix in Locale page.
This commit is contained in:
parent
472590669f
commit
5fdca37db5
@ -290,6 +290,13 @@ LocalePage::lcLocale()
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
LocalePage::onActivate()
|
||||
{
|
||||
m_regionCombo->setFocus();
|
||||
}
|
||||
|
||||
|
||||
QString
|
||||
LocalePage::guessLCLocale()
|
||||
{
|
||||
|
@ -45,6 +45,8 @@ public:
|
||||
|
||||
QString lcLocale();
|
||||
|
||||
void onActivate();
|
||||
|
||||
private:
|
||||
QString guessLCLocale();
|
||||
QString prettyLCLocale( const QString& lcLocale );
|
||||
|
@ -134,6 +134,13 @@ LocaleViewStep::jobs() const
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
LocaleViewStep::onActivate()
|
||||
{
|
||||
m_actualWidget->onActivate();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
LocaleViewStep::onLeave()
|
||||
{
|
||||
|
@ -54,6 +54,7 @@ public:
|
||||
|
||||
QList< Calamares::job_ptr > jobs() const override;
|
||||
|
||||
void onActivate() override;
|
||||
void onLeave() override;
|
||||
|
||||
void setConfigurationMap( const QVariantMap& configurationMap ) override;
|
||||
|
Loading…
Reference in New Issue
Block a user