]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.C
Add support for the esint package
[features.git] / src / mathed / InsetMathHull.C
index f6151fbf146dcc43cb5ceaef2c485ebca9de5c8d..8ee9abe9aebc371be7c449ac3cae093edfa2d101 100644 (file)
@@ -1053,7 +1053,7 @@ void InsetMathHull::doDispatch(LCursor & cur, FuncRequest & cmd)
                if (type_ == hullSimple || type_ == hullEquation) {
                        recordUndoInset(cur);
                        bool const align =
-                               cur.bv().buffer()->params().use_amsmath == BufferParams::AMS_ON;
+                               cur.bv().buffer()->params().use_amsmath == BufferParams::package_on;
                        mutate(align ? hullAlign : hullEqnArray);
                        cur.idx() = 0;
                        cur.pos() = cur.lastpos();