Fix language list not being reloaded issue in Style Configurator

Fix #9512, close #10686
This commit is contained in:
jofon 2021-10-17 19:27:16 +01:00 committed by Don Ho
parent 0c2508d3d1
commit 38de8b2306
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ INT_PTR CALLBACK WordStyleDlg::run_dlgProc(UINT Message, WPARAM wParam, LPARAM l
{
generic_string str(nppParamInst.getNppGUI()._themeName);
nppParamInst.reloadStylers(str.c_str());
loadLangListFromNppParam();
}
LexerStylerArray & lsArray = nppParamInst.getLStylerArray();