mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 06:14:47 +02:00
Add Go to settings for "Change History margin" style in Style Configurator
Close #12650
This commit is contained in:
parent
4f7ae29bfa
commit
cf158689f7
@ -943,6 +943,11 @@ std::pair<intptr_t, intptr_t> WordStyleDlg::goToPreferencesSettings()
|
||||
result.first = 3;
|
||||
result.second = IDC_CHECK_BOOKMARKMARGE;
|
||||
}
|
||||
else if (style._styleDesc == TEXT("Change History margin"))
|
||||
{
|
||||
result.first = 3;
|
||||
result.second = IDC_CHECK_CHANGHISTORYMARGE;
|
||||
}
|
||||
else if (style._styleDesc == TEXT("Fold") || style._styleDesc == TEXT("Fold active") || style._styleDesc == TEXT("Fold margin"))
|
||||
{
|
||||
result.first = 3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user