Update buffer after changing reference options. Part of #11073.

This commit is contained in:
Richard Kimberly Heck 2021-01-09 17:59:07 -05:00
parent 6821249994
commit b564fd01ef

View File

@ -137,6 +137,7 @@ void InsetRef::doDispatch(Cursor & cur, FuncRequest & cmd)
bool const isSet = (getParam(pstring) == "true");
setParam(pstring, from_ascii(isSet ? "false" : "true"));
cur.forceBufferUpdate();
}