Code refactoring for Highlighter class

This commit is contained in:
YuSanka 2021-12-22 12:30:19 +01:00
parent f2aeca3a71
commit c767781827
6 changed files with 89 additions and 40 deletions

View file

@ -218,7 +218,7 @@ protected:
bool m_completed { false };
ConfigOptionMode m_mode = comExpert; // to correct first Tab update_visibility() set mode to Expert
Highlighter m_highlighter;
HighlighterForWx m_highlighter;
DynamicPrintConfig m_cache_config;