mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 21:40:11 +00:00
Fix journal page navigation bug introduced by 7dd09dd637c317d3d94 (Fixes #2899)
This commit is contained in:
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…
x
Reference in New Issue
Block a user