]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.cpp
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetNote.cpp
index 6af19a3bc9b2560e1f0f2f775b73d032810ac62a..0e76114b02831c3196beefb87d73e5a04c8f1917 100644 (file)
@@ -176,6 +176,9 @@ void InsetNote::doDispatch(Cursor & cur, FuncRequest & cmd)
        case LFUN_INSET_MODIFY:
                string2params(to_utf8(cmd.argument()), params_);
                setButtonLabel();
+               // what we really want here is a TOC update, but that means
+               // a full buffer update
+               cur.forceBufferUpdate();
                break;
 
        case LFUN_INSET_DIALOG_UPDATE: