]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.cpp
Allow removing words from the personal dictionary, that weren't previously added.
[features.git] / src / insets / Inset.cpp
index 3b00c0caa2b9fd0abcbe89d3c0c86cf67e37b62b..acd8ab2cf24a11b8a28e8103d066a6fb32e5da51 100644 (file)
@@ -352,6 +352,8 @@ void Inset::dispatch(Cursor & cur, FuncRequest & cmd)
        cur.screenUpdateFlags(Update::Force | Update::FitCursor);
        cur.dispatched();
        doDispatch(cur, cmd);
+       if (cmd.origin() == FuncRequest::TOC)
+               cur.bv().processUpdateFlags(cur.result().screenUpdate());
 }