forked from mirror/openmw-tes3mp
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);
|
||||
mEditMode = EditMode_ExtendedConfig;
|
||||
setVisible (true);
|
||||
mExtendedConfigurator->setFocus();
|
||||
}
|
||||
|
||||
CSVWorld::TableBottomBox::TableBottomBox (const CreatorFactoryBase& creatorFactory,
|
||||
|
|
Loading…
Reference in a new issue