Restore keyfocus to goodbye when selecting a topic

pull/303/head
scrawl 7 years ago committed by GitHub
parent 0ae009eb21
commit 6ec66fa95f

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

Loading…
Cancel
Save