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:
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…
x
Reference in New Issue
Block a user