diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index 53a16e8d0f..b9c5b2c2e3 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -1645,6 +1645,7 @@ bool InsetMathHull::getStatus(Cursor & cur, FuncRequest const & cmd, enable = display() != Inline; } status.setEnabled(enable); + status.setOnOff(display() != Inline); return true; }