1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-07 05:45:33 +00:00

The configuration panel gets a focus when opening

This commit is contained in:
Stanislav Bas 2015-07-03 22:31:38 +03:00 committed by cc9cii
parent bf3891e16f
commit 8eb677befb

View file

@ -68,6 +68,7 @@ void CSVWorld::TableBottomBox::extendedConfigRequest(CSVWorld::ExtendedCommandCo
mLayout->setCurrentWidget (mExtendedConfigurator);
mEditMode = EditMode_ExtendedConfig;
setVisible (true);
mExtendedConfigurator->setFocus();
}
CSVWorld::TableBottomBox::TableBottomBox (const CreatorFactoryBase& creatorFactory,