mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-18 09:06:45 +00:00
The configuration panel gets a focus when opening
This commit is contained in:
parent
95d16b24c0
commit
05cc130212
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ void CSVWorld::TableBottomBox::extendedConfigRequest(CSVWorld::ExtendedCommandCo
|
||||||
mLayout->setCurrentWidget (mExtendedConfigurator);
|
mLayout->setCurrentWidget (mExtendedConfigurator);
|
||||||
mEditMode = EditMode_ExtendedConfig;
|
mEditMode = EditMode_ExtendedConfig;
|
||||||
setVisible (true);
|
setVisible (true);
|
||||||
|
mExtendedConfigurator->setFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
CSVWorld::TableBottomBox::TableBottomBox (const CreatorFactoryBase& creatorFactory,
|
CSVWorld::TableBottomBox::TableBottomBox (const CreatorFactoryBase& creatorFactory,
|
||||||
|
|
Loading…
Reference in a new issue