]> git.lyx.org Git - features.git/commit
Fix comments
authorGeorg Baum <baum@lyx.org>
Sun, 7 Jun 2015 08:32:32 +0000 (10:32 +0200)
committerGeorg Baum <baum@lyx.org>
Thu, 11 Jun 2015 18:40:04 +0000 (20:40 +0200)
commit90a524a0751490caaa58eef140dcf785e2df2151
treeb1846b2e1bf4b27ec51eacdbd1ada7c0ba47aa7b
parent7cd2e55d1fb3782c727bad2f38923e8548beaafa
Fix comments

The FIXME is not needed, this is how StyleChanger and FracChanger work:
In the constructor, they change the state of the FontInfo, and in the
destructor the state is set back. Therefore, all code that needs the changed
state, needs to be executed while the objects do still exist.
src/mathed/InsetMathFrac.cpp