1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-25 03:40: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) 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 =