Fix journal page navigation bug introduced by 7dd09dd637 (Fixes #2899)

sceneinput
scrawl 9 years ago
parent 45e7522aa6
commit 8aaba0af6f

@ -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…
Cancel
Save