]> git.lyx.org Git - features.git/commit
Fix CAS computation of a selected subformula.
authorEnrico Forestieri <forenr@lyx.org>
Sun, 9 Nov 2014 20:56:40 +0000 (21:56 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 9 Nov 2014 20:57:29 +0000 (21:57 +0100)
commit29cebc7fb0bb3ab5acf2759ff4b964657ad59495
treec5b02dc5bb04019242ac7e5b85b003434837d16c
parent07683c1f0da587d1c00e377e29fda2c78540848f
Fix CAS computation of a selected subformula.

Invoking a computer algebra system program for computing a selected
subformula has never worked (checked with all LyX versions back to 1.3)
and, moreover, in the presence of a selection things go awry.
This commit allows this computation by replacing the selected
subformula with the result of the computation.
src/mathed/InsetMathHull.cpp