forked from teamnwah/openmw-tes3coop
Fix journal page navigation bug introduced by 7dd09dd637
(Fixes #2899)
This commit is contained in:
parent
45e7522aa6
commit
8aaba0af6f
1 changed files with 4 additions and 0 deletions
|
@ -356,6 +356,8 @@ namespace
|
|||
setVisible (OptionsOverlay, false);
|
||||
setVisible (OptionsBTN, true);
|
||||
setVisible (JournalBTN, true);
|
||||
|
||||
mOptionsMode = false;
|
||||
}
|
||||
|
||||
void notifyTopicSelected (const std::string& topic, int id)
|
||||
|
@ -383,6 +385,8 @@ namespace
|
|||
setVisible (OptionsOverlay, false);
|
||||
setVisible (OptionsBTN, true);
|
||||
setVisible (JournalBTN, true);
|
||||
|
||||
mOptionsMode = false;
|
||||
}
|
||||
|
||||
void notifyOptions(MyGUI::Widget* _sender)
|
||||
|
|
Loading…
Reference in a new issue