mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 13:54:54 +02:00
parent
c0e2073280
commit
e75bd80693
@ -971,7 +971,7 @@ std::pair<intptr_t, intptr_t> WordStyleDlg::goToPreferencesSettings()
|
|||||||
}
|
}
|
||||||
else if (style._styleDesc == TEXT("URL hovered"))
|
else if (style._styleDesc == TEXT("URL hovered"))
|
||||||
{
|
{
|
||||||
result.first = 16;
|
result.first = 17;
|
||||||
result.second = IDC_CHECK_CLICKABLELINK_ENABLE;
|
result.second = IDC_CHECK_CLICKABLELINK_ENABLE;
|
||||||
}
|
}
|
||||||
else if (style._styleDesc == TEXT("EOL custom color"))
|
else if (style._styleDesc == TEXT("EOL custom color"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user