1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 09:19:41 +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 =