Merged pull request #1795

This commit is contained in:
Marc Zinnschlag 2018-07-08 11:01:27 +02:00
commit caad14093e

View file

@ -629,6 +629,9 @@ namespace MWGui
void DialogueWindow::onTopicActivated(const std::string &topicId)
{
if (mGoodbye)
return;
MWBase::Environment::get().getDialogueManager()->keywordSelected(topicId, mCallback.get());
updateTopics();
}