fixed a mistake

simplify_debugging
smilczek 2 years ago
parent 05a2dc985b
commit 027d51bfc0

@ -136,7 +136,7 @@ namespace
{
MWGui::BookPage::ClickCallback callback
= [this](MWGui::TypesetBook::InteractiveId index) { notifyTopicClicked(index); };
= [this](MWGui::TypesetBook::InteractiveId index) { notifyIndexLinkClicked(index); };
getPage(LeftTopicIndex)->adviseLinkClicked(callback);
getPage(CenterTopicIndex)->adviseLinkClicked(callback);

Loading…
Cancel
Save