mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-11 09:36:37 +00:00
Fix journal page navigation bug introduced by 7dd09dd637
(Fixes #2899)
This commit is contained in:
parent
45e7522aa6
commit
8aaba0af6f
@ -356,6 +356,8 @@ namespace
|
|||||||
setVisible (OptionsOverlay, false);
|
setVisible (OptionsOverlay, false);
|
||||||
setVisible (OptionsBTN, true);
|
setVisible (OptionsBTN, true);
|
||||||
setVisible (JournalBTN, true);
|
setVisible (JournalBTN, true);
|
||||||
|
|
||||||
|
mOptionsMode = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void notifyTopicSelected (const std::string& topic, int id)
|
void notifyTopicSelected (const std::string& topic, int id)
|
||||||
@ -383,6 +385,8 @@ namespace
|
|||||||
setVisible (OptionsOverlay, false);
|
setVisible (OptionsOverlay, false);
|
||||||
setVisible (OptionsBTN, true);
|
setVisible (OptionsBTN, true);
|
||||||
setVisible (JournalBTN, true);
|
setVisible (JournalBTN, true);
|
||||||
|
|
||||||
|
mOptionsMode = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void notifyOptions(MyGUI::Widget* _sender)
|
void notifyOptions(MyGUI::Widget* _sender)
|
||||||
|
Loading…
Reference in New Issue
Block a user