]> git.lyx.org Git - features.git/blobdiff - src/insets/insettext.C
Marko's GNOME patch, some modifications to this, some fixes.
[features.git] / src / insets / insettext.C
index 0b0ea05d5d5a4d50436083b494809bbd35cd8ba6..ab3b6b8dd4d893020fc006df137e281adf4d8eb6 100644 (file)
@@ -423,6 +423,7 @@ void InsetText::UpdateLocal(BufferView * bv, UpdateCodes what, bool mark_dirty)
     if ((need_update != CURSOR) || (TEXT(bv)->status != LyXText::UNCHANGED) ||
        TEXT(bv)->selection)
            bv->updateInset(this, mark_dirty);
+    bv->owner()->showState();
     if (old_par != cpar(bv)) {
            bv->owner()->setLayout(cpar(bv)->GetLayout());
            old_par = cpar(bv);