mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 15:15:40 +00:00
Restore keyfocus to goodbye when selecting a topic
This commit is contained in:
parent
0ae009eb21
commit
6ec66fa95f
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue