mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Update buffer after changing reference options. Part of #11073.
This commit is contained in:
parent
6821249994
commit
b564fd01ef
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user