Browse Source

[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
remotes/x64
Thell Fowler 16 years ago
parent
commit
e72b17ed9d
  1. 1
      PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp

1
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

Loading…
Cancel
Save