Merge pull request #2160 from Capostrophic/topicindex

Fix hiding three-column (Cyrillic) topic index
pull/541/head
Bret Curtis 6 years ago committed by GitHub
commit 7566370981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);

Loading…
Cancel
Save