diff --git a/src/mathed/InsetMathHull.C b/src/mathed/InsetMathHull.C index 2b42deda64..579bafdb81 100644 --- a/src/mathed/InsetMathHull.C +++ b/src/mathed/InsetMathHull.C @@ -416,6 +416,7 @@ bool InsetMathHull::notifyCursorLeaves(LCursor & cur) docstring const snippet = latex_string(*this); preview_->addPreview(snippet, buffer); preview_->startLoading(buffer); + cur.updateFlags(Update::Force); } return false; }