This code in MathMacroTemplate.cpp has to be wrong: case LFUN_IN_MATHMACROTEMPLATE: flag.enabled(); break;That READS the flag, pointlessly. It doesn't write it. Maybe what's wanted is flag.enabled(true)?
rh
This code in MathMacroTemplate.cpp has to be wrong: case LFUN_IN_MATHMACROTEMPLATE: flag.enabled(); break;That READS the flag, pointlessly. It doesn't write it. Maybe what's wanted is flag.enabled(true)?
rh