From 29ff2da82390b59a767e245269e681c10ee80d50 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sun, 28 Jul 2024 21:46:33 +0200 Subject: [PATCH] Fix Style Configurator regression: "URL hovered"'s "Go to Settings" not working Fix #15493 --- PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp b/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp index 1c0d8d56d..106aa9b80 100644 --- a/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp +++ b/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp @@ -934,6 +934,7 @@ std::pair WordStyleDlg::goToPreferencesSettings() recentFileHistory, fileAssociation, language, + indentation, highlighting, print, searching,