1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-06 10:11:32 +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) if (id >= separatorPos)
{
onTopicActivated(topic); onTopicActivated(topic);
MWBase::Environment::get().getWindowManager()->setKeyFocusWidget(mGoodbyeButton);
}
else else
{ {
const MWWorld::Store<ESM::GameSetting> &gmst = const MWWorld::Store<ESM::GameSetting> &gmst =