1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 15:15:40 +00:00

Restore keyfocus to goodbye when selecting a topic

This commit is contained in:
scrawl 2017-09-28 16:57:55 +00:00 committed by GitHub
parent 0ae009eb21
commit 6ec66fa95f

View file

@ -346,7 +346,10 @@ namespace MWGui
}
if (id >= separatorPos)
{
onTopicActivated(topic);
MWBase::Environment::get().getWindowManager()->setKeyFocusWidget(mGoodbyeButton);
}
else
{
const MWWorld::Store<ESM::GameSetting> &gmst =