Fix language list not being reloaded issue in Style Configurator
Fix #9512, close #10686
This commit is contained in:
parent
0c2508d3d1
commit
38de8b2306
|
@ -290,6 +290,7 @@ INT_PTR CALLBACK WordStyleDlg::run_dlgProc(UINT Message, WPARAM wParam, LPARAM l
|
||||||
{
|
{
|
||||||
generic_string str(nppParamInst.getNppGUI()._themeName);
|
generic_string str(nppParamInst.getNppGUI()._themeName);
|
||||||
nppParamInst.reloadStylers(str.c_str());
|
nppParamInst.reloadStylers(str.c_str());
|
||||||
|
loadLangListFromNppParam();
|
||||||
}
|
}
|
||||||
|
|
||||||
LexerStylerArray & lsArray = nppParamInst.getLStylerArray();
|
LexerStylerArray & lsArray = nppParamInst.getLStylerArray();
|
||||||
|
|
Loading…
Reference in New Issue