commit b564fd01efc3efadacda1cd711e2395ed3398b63
Author: Richard Kimberly Heck <[email protected]>
Date:   Sat Jan 9 17:59:07 2021 -0500

    Update buffer after changing reference options. Part of #11073.
---
 src/insets/InsetRef.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/insets/InsetRef.cpp b/src/insets/InsetRef.cpp
index 3e299d8..4d21915 100644
--- a/src/insets/InsetRef.cpp
+++ b/src/insets/InsetRef.cpp
@@ -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();
 }
 
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to