mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-22 05:14:41 +02:00
Fix "Go To Settings" links in Style Configurator regression (from v8.8)
Regression is introduced by commit:
e45f72ae39
Fix #16592, close #16593
This commit is contained in:
parent
a10cebe2cd
commit
8bc77857a7
@ -1068,6 +1068,8 @@ std::pair<intptr_t, intptr_t> WordStyleDlg::goToPreferencesSettings()
|
||||
|
||||
enum preferencesSectionPage {
|
||||
general = 0,
|
||||
toolbar,
|
||||
tabbar,
|
||||
edit1,
|
||||
edit2,
|
||||
darkMode,
|
||||
@ -1164,7 +1166,7 @@ std::pair<intptr_t, intptr_t> WordStyleDlg::goToPreferencesSettings()
|
||||
}
|
||||
else if (style._styleDesc == L"Inactive tabs")
|
||||
{
|
||||
result.first = general;
|
||||
result.first = tabbar;
|
||||
result.second = IDC_CHECK_DRAWINACTIVE;
|
||||
}
|
||||
else if (style._styleDesc == g_npcStyleName)
|
||||
|
Loading…
x
Reference in New Issue
Block a user