Fix Go to settings for URL hovered style

Close #12634
This commit is contained in:
ArkadiuszMichalski 2022-12-13 01:40:31 +01:00 committed by Don Ho
parent c0e2073280
commit e75bd80693

View File

@ -971,7 +971,7 @@ std::pair<intptr_t, intptr_t> WordStyleDlg::goToPreferencesSettings()
}
else if (style._styleDesc == TEXT("URL hovered"))
{
result.first = 16;
result.first = 17;
result.second = IDC_CHECK_CLICKABLELINK_ENABLE;
}
else if (style._styleDesc == TEXT("EOL custom color"))