[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
This commit is contained in:
Thell Fowler 2009-05-27 15:42:27 +00:00
parent 82f0d792f8
commit e72b17ed9d
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ BOOL CALLBACK WordStyleDlg::run_dlgProc(UINT Message, WPARAM wParam, LPARAM lPar
{
updateExtension();
notifyDataModified();
apply();
}
}
else