1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 23:23:52 +00:00

Fix hiding three-tab (Cyrillic) topic index

This commit is contained in:
Capostrophic 2019-02-08 10:52:17 +03:00
parent 4a9abf1c1b
commit e9c6c11418

View file

@ -554,7 +554,7 @@ namespace
mQuestMode = true;
setVisible (LeftTopicIndex, false);
setVisible (CenterTopicIndex, true);
setVisible (CenterTopicIndex, false);
setVisible (RightTopicIndex, false);
setVisible (TopicsList, false);
setVisible (QuestsList, true);