From e72b17ed9d47d3c0df3f4863358aaad25c4a7339 Mon Sep 17 00:00:00 2001 From: Thell Fowler Date: Wed, 27 May 2009 15:42:27 +0000 Subject: [PATCH] [BUG_FIXED] - Modified the Styler Configurator user extension handler - Changes to the user ext field where not fetting saved because the never propogated to the npp parameters due to alterations in the array assignments when the theme selector was added. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@480 f5eea248-9336-0410-98b8-ebc06183d4e3 --- 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 26d276ec..38ef8197 100644 --- a/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp +++ b/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp @@ -194,6 +194,7 @@ BOOL CALLBACK WordStyleDlg::run_dlgProc(UINT Message, WPARAM wParam, LPARAM lPar { updateExtension(); notifyDataModified(); + apply(); } } else